Skip to content

Commit

Permalink
Merge pull request #12 from Kochava/repo_name
Browse files Browse the repository at this point in the history
Update repo name parsing to use new output method
  • Loading branch information
Corbin Staaben authored Nov 15, 2022
2 parents a89b600 + 36394d7 commit faccd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Parse Repo Name
id: parse_repo_name
run: |
echo ::set-output name=repo_name::"$( echo '${{ github.repository }}' | awk -F '/' '{print $2}' )"
echo "repo_name=$( echo '${{ github.repository }}' | awk -F '/' '{print $2}' )" >> $GITHUB_OUTPUT
# Make the docker fields for Artifact Registry if we're pushing to it.
- name: Construct Artifact Registry fields
env:
Expand Down

0 comments on commit faccd50

Please sign in to comment.