Skip to content

Commit

Permalink
wat 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 23, 2024
1 parent 7c920e8 commit aaf503c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
allow_forks: false
- run: echo "${{ steps.fetch-patches.outputs.found_artifact }}"
- name: Apply patch
if: steps.fetch-patches.outputs.found_artifact
if: steps.fetch-patches.outputs.found_artifact == 'true'
run: git apply pregenerated-files-fixes.patch --index
- name: Commit
if: steps.fetch-patches.outputs.found_artifact
if: steps.fetch-patches.outputs.found_artifact == 'true'
run: |
# Set credentials
git config user.name "github-actions[bot]"
Expand Down

0 comments on commit aaf503c

Please sign in to comment.