We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677387c commit 9ff97baCopy full SHA for 9ff97ba
.github/workflows/check-projects.yml
@@ -124,7 +124,7 @@ jobs:
124
echo "projects_development=$(ls -xw0 build/development/)" >> $GITHUB_OUTPUT
125
echo "projects_release=$(ls -xw0 build/release/)" >> $GITHUB_OUTPUT
126
- name: Create the home page
127
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
128
env:
129
PR_NUMBER: ${{github.event.pull_request.number}}
130
PR_URL: ${{github.server_url}}/${{github.repository}}/pull/${{github.event.pull_request.number}}
0 commit comments