Skip to content

Commit

Permalink
set correct mainnet.branch for node-only tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Nov 2, 2023
1 parent 4f574e9 commit 538026a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-only-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
- name: Checkout at '${{ matrix.mainnet_branch }}' branch
uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
# ref: ${{ matrix.mainnet_branch }} #Checking out head commit
#ref: ${{ github.head_ref }}
ref: ${{ matrix.mainnet_branch }} #Checking out head commit
path: ${{ matrix.mainnet_branch }}

- uses: actions/[email protected]
Expand Down

0 comments on commit 538026a

Please sign in to comment.