Thanks to visit codestin.com Credit goes to github.com
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 482c893 commit 1c941e7Copy full SHA for 1c941e7
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
38
steps:
39
- name: Allow only maintainers/admins
40
- uses: actions/github-script@v7.1.0
+ uses: actions/github-script@v7.0.1
41
with:
42
github-token: ${{ secrets.GITHUB_TOKEN }}
43
script: |
0 commit comments