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 540d1b2 commit d26ba8bCopy full SHA for d26ba8b
.github/workflows/check-typescript-projects.yml
@@ -113,7 +113,7 @@ jobs:
113
# for the ls option, see https://serverfault.com/a/1095912
114
echo "projects_path=$(ls -xw0 build/)" >> $GITHUB_OUTPUT
115
- name: Create the home page
116
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
117
env:
118
PROJECTS_PATH: ${{ steps.list_projects.outputs.projects_path }}
119
with:
0 commit comments