From c667ffaa0736c7b3b6abbccbaffe9c63a26e67c0 Mon Sep 17 00:00:00 2001 From: TerrenceMcGuinness-NOAA Date: Fri, 1 Nov 2024 21:38:43 +0000 Subject: [PATCH] Update to action workflow pipeline in default repo for development (#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 --- .github/workflows/pw_aws_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pw_aws_ci.yaml b/.github/workflows/pw_aws_ci.yaml index c28f9abbf0..9d4a6f3c37 100644 --- a/.github/workflows/pw_aws_ci.yaml +++ b/.github/workflows/pw_aws_ci.yaml @@ -84,7 +84,7 @@ jobs: fi { echo "branch=$branch" - echo "repo=$repo_url" + echo "repo=$repo" } >> $GITHUB_OUTPUT checkout: