Skip to content

Commit

Permalink
Add debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 6, 2024
1 parent bd3291c commit 534e4f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
echo ${{ github.event.pull_request.head.ref }}
echo ${{ github.event.pull_request.base.ref }}
echo ${{ github.event }}
echo ${{ inputs.repo-name }}
echo ${{ inputs.semver-tag }}
echo ${{ inputs.new-version }}
- name: Dump GitHub context
env:
Expand All @@ -60,6 +63,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Retag latest SHA and push to ECR
if: "${{ inputs.new-version == '' }}"
id: retag_and_push_to_ecr
uses: climatepolicyradar/retag-and-push-to-ecr@main
env:
Expand Down

0 comments on commit 534e4f0

Please sign in to comment.