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 f9007c1 commit 864252bCopy full SHA for 864252b
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
git push origin "$VERSION"
21
22
- name: Trigger Workflow
23
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
24
with:
25
script: |
26
github.rest.actions.createWorkflowDispatch({
.github/workflows/scheduled-rebuild.yml
echo "version=$VERSION" >> $GITHUB_OUTPUT
0 commit comments