Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed Apr 25, 2024
1 parent 4d7bc9b commit f20f331
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ jobs:
- name: get short sha
run: |
echo ${github.event.before}
echo "test"
echo ${{ github.event.before }}
IMAGE_SHA=$(echo ${{ github.event.before }} | cut -c1-7)
IMAGE_SHA=$(echo ${GITHUB_SHA } | cut -c1-7)
echo "IMAGE_SHA=$IMAGE_SHA" >> $GITHUB_ENV
Expand Down

0 comments on commit f20f331

Please sign in to comment.