Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Oct 18, 2023
1 parent 538c74d commit 7ebe17a
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
Expand Up @@ -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 7ebe17a

Please sign in to comment.