Skip to content

Commit

Permalink
Checkout on current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator authored May 27, 2024
1 parent a286188 commit 9a0ca0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generateUml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

with:
ref: ${{ github.ref }} # Checkout the branch that triggered the workflow

- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9a0ca0c

Please sign in to comment.