We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2529087 commit daa737aCopy full SHA for daa737a
.github/workflows/check-projects.yml
@@ -120,7 +120,7 @@ jobs:
120
echo "projects_development=$(ls -xw0 build/development/)" >> $GITHUB_OUTPUT
121
echo "projects_release=$(ls -xw0 build/release/)" >> $GITHUB_OUTPUT
122
- name: Create the home page
123
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
124
env:
125
PR_NUMBER: ${{github.event.pull_request.number}}
126
PR_URL: ${{github.server_url}}/${{github.repository}}/pull/${{github.event.pull_request.number}}
0 commit comments