Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdez99 committed Jun 5, 2024
1 parent 04ece33 commit bdc7d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NERD-Progression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 'gh-pages'
ref: ${{ github.head_ref }} # Changed 'gh-pages' to ${{ github.head_ref }}
fetch-depth: 0
- name: Set up JDK 1.11
uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NERD-Regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 'juarezds'
ref: 'gh-pages'
fetch-depth: 0
- name: Set up JDK 1.11
uses: actions/setup-java@v1
Expand Down

0 comments on commit bdc7d48

Please sign in to comment.