Skip to content

Commit

Permalink
Test workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanh Nguyen committed Nov 23, 2023
1 parent d542746 commit 73edad4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
echo "BRANCH: ${BRANCH}"
echo "GITHUB_REF: ${GITHUB_REF}"
echo "TAG_PREFIX: ${TAG_PREFIX}"
echo "github.event.workflow_run.event: ${github.event.workflow_run.event}"
echo "github.event.workflow_run.conclusion: ${github.event.workflow_run.conclusion}"
echo "github.event.pull_request.merged: ${github.event.pull_request.merged}"
echo "github.ref: ${github.ref}"
echo "github.ref: ${{ github.ref }}"
- name: Dump 2
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
console.log(context.payload.workflow_run);
- name: Check out code
uses: actions/checkout@v4
- name: Install Node
Expand Down

0 comments on commit 73edad4

Please sign in to comment.