Skip to content

Commit

Permalink
ci: 1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 21, 2023
1 parent 8d45aa7 commit 15a9b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-blank-mq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

- name: Echo
run: |
echo ${{ fromJSON(github.event).head_sha }}
echo ${{ fromJSON(github.event.head_sha) }}
- name: One
id: pr_state
uses: actions/github-script@v6
env:
SHA: ${{ fromJSON(github.event).head_sha }}
SHA: ${{ fromJSON(github.event.head_sha) }}
with:
script: |
const { SHA } = process.env || {};
Expand Down

0 comments on commit 15a9b28

Please sign in to comment.