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 7959932 commit 09fb4bdCopy full SHA for 09fb4bd
.github/workflows/is-user-core-member.yml
@@ -12,13 +12,13 @@ jobs:
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v6
15
-
+
16
- uses: ./
17
id: is-user-core-member
18
with:
19
helper: is-user-core-member
20
pull_number: ${{ github.event.pull_request.number }}
21
login: ${{ github.actor }} # Optional, defaults to the GitHub actor
22
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
23
24
- run: echo ${{ steps.is-user-core-member.outputs.output }}
.github/workflows/reopen-pr.yml
@@ -12,7 +12,7 @@ jobs:
helper: reopen-pr
0 commit comments