Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
BernhardKoschicek committed Oct 18, 2023
1 parent 19c945c commit e556ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_updates.yml
Original file line number Diff line number Diff line change
@@ -21,6 +21,6 @@ jobs:
echo "check_result=$check_result" >> $GITHUB_OUTPUT
call_delploy:
needs: [check_for_updates]
if: ${{ needs.check_for_updates.outputs.check_result == 'need to upgrade'}}
if: needs.check_for_updates.outputs.check_result == 'need to upgrade'
uses: ./.github/workflows/starter.yaml
secrets: inherit

0 comments on commit e556ea0

Please sign in to comment.