Skip to content

Commit

Permalink
get all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Nov 14, 2024
1 parent 49a4800 commit 6d3b022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v4
# get the develop branch of METplus to get the latest component version script
# use fetch-depth 0 to get all branches
- uses: actions/checkout@v4
with:
repository: 'dtcenter/METplus'
ref: 'develop'
path: 'METplus'
fetch-depth: 0
- id: get_version
run: |
version=$(cut -d "/" -f3 <<< "${GITHUB_REF}")
Expand Down

0 comments on commit 6d3b022

Please sign in to comment.