Skip to content

Commit

Permalink
Revert "GitHub CI Pipeline update for debugging forked PR support" (#…
Browse files Browse the repository at this point in the history
…3057)

Reverts #3056

@TerrenceMcGuinness-NOAA will open a new PR for these changes to be
reviewed and approved.
  • Loading branch information
KateFriedman-NOAA authored Nov 1, 2024
1 parent 5e867df commit 19eca3f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pw_aws_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@ jobs:
branch=$(gh pr view $pr_number --repo $repo --json headRefName --jq '.headRefName')
repo_url=$(gh pr view $pr_number --repo $repo --json headRepository --jq '.headRepository.url')
fi
{
echo "BRANCH=$branch"
echo "REPO=$repo_url"
} >> $GITHUB_OUTPUT
echo "::set-output name=branch::$branch"
echo "::set-output name=repo::$repo_url"
checkout:
needs: fetch-branch
Expand All @@ -99,8 +97,8 @@ jobs:
with:
path: ${{ github.run_id }}/HOMEgfs
submodules: 'recursive'
repository: ${{ steps.git-branch.outputs.BRANCH }}
ref: ${{ steps.git-branch.outputs.REPO }}
repository: ${{ needs.fetch-branch.outputs.repo }}
ref: ${{ needs.fetch-branch.outputs.branch }}

build-link:
needs: checkout
Expand Down

0 comments on commit 19eca3f

Please sign in to comment.