Skip to content

Commit

Permalink
Update to action workflow pipeline in default repo for development (#…
Browse files Browse the repository at this point in the history
…3061)

# Description
change **repo_url** to **repo** in order to pass the correct value to
`actions/checkout@v4`
as part of in place pipeline development with in authoritative repo
ergo no review necessary

# Type of change
- [x] Bug fix (fixes something broken)
- [ ] New feature (adds functionality)
- [ ] Maintenance (code refactor, clean-up, new CI test, etc.)

Co-authored-by: Terry McGuinness <Terry.McGuinness@noaa.gov>
  • Loading branch information
TerrenceMcGuinness-NOAA and Terry McGuinness authored Nov 1, 2024
1 parent 75c3c67 commit c667ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pw_aws_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
fi
{
echo "branch=$branch"
echo "repo=$repo_url"
echo "repo=$repo"
} >> $GITHUB_OUTPUT
checkout:
Expand Down

0 comments on commit c667ffa

Please sign in to comment.