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 dde8e62 commit 9ba2e0eCopy full SHA for 9ba2e0e
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Clone repository
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
with:
22
fetch-depth: 3
23
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: checkout
14
15
16
- if: ${{ github.event.pull_request.merged != true && contains('["ghiscoding"]', github.actor) != true }}
name: Ensure current actor is allowed to run the workflow
0 commit comments