Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix job continuation
Browse files Browse the repository at this point in the history
Arthri committed Nov 18, 2024
1 parent 98ca22b commit f621d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i.yml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ jobs:
echo "major-version=$version" >> "$GITHUB_OUTPUT"
- name: Update or delete pointag
if: ${{ env.CONTINUE_JOB }}
if: ${{ env.CONTINUE_JOB == '1' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IS_DELETE_EVENT: ${{ github.event_name == 'delete' }}

0 comments on commit f621d27

Please sign in to comment.