Skip to content

Commit

Permalink
test workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Oct 28, 2023
1 parent 04c7e12 commit 5141e97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/trigger-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:

steps:
- run: echo "$CURRENT_BRANCH"
- run: echo ${{ github.env.BRANCH }}
- run: echo "$BRANCH"
- name: Checkout tauri
uses: actions/checkout@v3
with:
repository: vasfvitor/tauri
# here sets the branch
ref: ${{ github.event.client_payload.ref }}
ref: ${{ github.env.CURRENT_BRANCH }}
# ref: ${{ github.event.client_payload.ref }}
path: tauri

- name: Checkout tauri-docs
Expand Down

0 comments on commit 5141e97

Please sign in to comment.