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 4cd05b3 commit ab8bbebCopy full SHA for ab8bbeb
.github/workflows/dummy.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Update status to pending
12
uses: geekodour/[email protected]
13
env:
14
- BRANCH: ${GITHUB_REF#refs/heads/}
+ BRANCH: ${{github.ref#refs/heads/}}
15
with:
16
args: >-
17
--state=success
0 commit comments