Skip to content

Commit

Permalink
test generate files action
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayJagan committed Oct 12, 2024
1 parent fa63b4d commit 85056db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-file-updates.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check config and readme updates
on:
pull_request:
pull_request_target:
types: [opened]
jobs:
file-updates:
permissions:
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
Please run `${{ steps.generate-files.outputs.CMD }}` and commit the changes.
For more info: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print git status and fail pr
if: ${{ steps.check_generated_files.outputs.missing_generated_files == 'true' }}
run: |
Expand Down

0 comments on commit 85056db

Please sign in to comment.