Skip to content

Commit

Permalink
test(workflows): used github.ref_name in workflows that which is trig…
Browse files Browse the repository at this point in the history
…gered by workflow_run
  • Loading branch information
oliverschuerch committed Jul 11, 2024
1 parent 8a1b14a commit 8f70d57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: TEST
run: echo "${{ github.ref_name }}"

- name: Setup pnpm & node
uses: ./.github/actions/setup-pnpm

Expand Down

0 comments on commit 8f70d57

Please sign in to comment.