From bdc7d4869e0070da3ff240416a220fba01e14639 Mon Sep 17 00:00:00 2001 From: iamdez99 Date: Wed, 5 Jun 2024 09:57:53 -0400 Subject: [PATCH] .. --- .github/workflows/NERD-Progression.yml | 2 +- .github/workflows/NERD-Regression.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NERD-Progression.yml b/.github/workflows/NERD-Progression.yml index 1d9f2e150..d57f7ed30 100644 --- a/.github/workflows/NERD-Progression.yml +++ b/.github/workflows/NERD-Progression.yml @@ -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 diff --git a/.github/workflows/NERD-Regression.yml b/.github/workflows/NERD-Regression.yml index 7a01d4783..28b132125 100644 --- a/.github/workflows/NERD-Regression.yml +++ b/.github/workflows/NERD-Regression.yml @@ -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