Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub CI Pipeline update for debugging forked PR support #3056

Conversation

TerrenceMcGuinness-NOAA
Copy link
Collaborator

Description

Updating GitHub CI pipeline's bug with passing repo variables for actions/checkout@v4 to support forked PRs.
Had to debug directly from develop in authoritative repo because did not not have fork of fork for the development tests.

Type of change

  • Bug fix (fixes something broken)
  • New feature (adds functionality)
  • Maintenance (code refactor, clean-up, new CI test, etc.)

@TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA added the CI/CD Issue related to CI/CD label Nov 1, 2024
@TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA changed the title Pw pipeline update4 GitHub CI Pipeline update for debugging forked PR support Nov 1, 2024
Comment on lines +102 to +103
repository: ${{ steps.git-branch.outputs.BRANCH }}
ref: ${{ steps.git-branch.outputs.REPO }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be

Suggested change
repository: ${{ steps.git-branch.outputs.BRANCH }}
ref: ${{ steps.git-branch.outputs.REPO }}
repository: ${{ steps.fetch-branch.outputs.BRANCH }}
ref: ${{ steps.fetch-branch.outputs.REPO }}

@TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA merged commit 5e867df into NOAA-EMC:develop Nov 1, 2024
5 checks passed
KateFriedman-NOAA added a commit that referenced this pull request Nov 1, 2024
@DavidHuber-NOAA
Copy link
Contributor

@TerrenceMcGuinness-NOAA Could you please respond to my comment above and open a new PR?

DavidHuber-NOAA pushed a commit that referenced this pull request Nov 1, 2024
…3057)

Reverts #3056

@TerrenceMcGuinness-NOAA will open a new PR for these changes to be
reviewed and approved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Issue related to CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants