Skip to content

Commit

Permalink
Remove commit message from GitHub Actions
Browse files Browse the repository at this point in the history
This is not being consumed anywhere, so can be removed.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 22, 2021
1 parent f7002cb commit b52b15d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Get Repo Owner
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Get Commit Message
id: get_commit_message
run: echo ::set-output name=commit_message::$(git log -1 --pretty=%B 2>&1 | head -n 1)
- name: Build ${{ matrix.svc }}
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit b52b15d

Please sign in to comment.