Skip to content

Commit

Permalink
fixed with inserting the correct branch name in after-validate-submis…
Browse files Browse the repository at this point in the history
…sion.yaml
  • Loading branch information
kjsato committed Jun 6, 2024
1 parent 94c66ce commit 1cecece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/after-validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
use-public-rspm: true
- name: Get list of changed files
id: changed-files
uses: tj-actions/changed-files@44
uses: tj-actions/changed-files@v44
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Print changed files
Expand Down

0 comments on commit 1cecece

Please sign in to comment.