Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford authored Oct 11, 2024
1 parent fa49dfe commit c2f5d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ you can access this in your workflow with `$ {{ env.release_tag }}`
- name: Checkout main
uses: actions/checkout@v4
with:
# Change to "master" if needed
ref: 'main'
# Do not change the path here
path: 'main'

- name: Checkout current working branch
uses: actions/checkout@v4
with:
# Do not change the path here
path: 'branch'

- name: Compare versions
Expand Down

0 comments on commit c2f5d89

Please sign in to comment.