Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Jul 30, 2024
1 parent a991149 commit 0b322fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versionCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/github-script@v5
with:
script: |
const updatedFiles = '${{ steps.check_versions.outputs.updated_files }}'.split(',');
const updatedFiles = '${{ steps.check_versions.outputs.UPDATED_FILES }}'.split(',');
let prTitle = context.payload.pull_request.title;
for (const file of updatedFiles) {
Expand Down

0 comments on commit 0b322fd

Please sign in to comment.