Skip to content

Commit

Permalink
Shell magic task are always needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gummigroda committed Oct 14, 2024
1 parent c5677d8 commit 1193a6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/shared-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
password: ${{ secrets.token }}

- name: Do some shell magic
if: ${{ github.event_name != 'pull_request'}}
shell: bash
id: sh_settings
env:
Expand All @@ -44,7 +43,7 @@ jobs:
fi
echo "repository=${GITHUB_REPOSITORY@L}" >> $GITHUB_OUTPUT
- name: '[LITE] Build and push container image'
- name: '[LITE] Build container image, (and push)'
id: push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 1193a6f

Please sign in to comment.