Skip to content

Commit

Permalink
fix workflow for default branch deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 6, 2024
1 parent ce18b42 commit 6ca56ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docker-compose-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
if [ "$REF" = "${{ github.event.repository.default_branch }}" ]; then
echo "Use latest for deployment."
echo "image-tag-to-deploy=latest" >> $GITHUB_OUTPUT
exit 0
fi
PULLS=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/${{ github.repository }}/pulls?head=${{ github.repository_owner }}:${REF}")
Expand Down

0 comments on commit 6ca56ff

Please sign in to comment.