Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 6, 2023
1 parent 9d884f6 commit 29ff329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
update-if-needed:
needs: check-package-version
runs-on: ubuntu-latest
if: env.UPDATE_VERSION == 'true'
if: ${{ env.UPDATE_VERSION }} == 'true'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 29ff329

Please sign in to comment.