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 fc73325 commit 593a7d9Copy full SHA for 593a7d9
.github/workflows/ci-windows.yml
@@ -61,7 +61,7 @@ jobs:
61
checks: write
62
steps:
63
- name: Create pending status
64
- uses: actions/github-script@v7
+ uses: actions/github-script@0.9.0
65
with:
66
github-token: ${{ secrets.GITHUB_TOKEN }}
67
script: |
@@ -83,7 +83,7 @@ jobs:
83
- uses: ./.github/actions/setup-junit-report
84
85
- name: Create success status
86
87
if: success()
88
89
@@ -98,7 +98,7 @@ jobs:
98
})
99
100
- name: Create failure status
101
102
if: failure()
103
104
0 commit comments