Skip to content

Commit

Permalink
conditional fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Jan 16, 2024
1 parent 4e0fc22 commit 2310d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fi
continue-on-error: true
- name: Create Pull Request
if: ${{ env.UPDATE_NEEDED }} == 'true'
if: env.UPDATE_NEEDED == true
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Action Bot"
Expand Down

0 comments on commit 2310d8c

Please sign in to comment.