Skip to content

Commit

Permalink
commit id fetch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Nov 5, 2024
1 parent a8042e4 commit 19692d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Display the commit ID
run: |
echo "Latest commit ID is: ${{ needs.build-and-push-ecr-image.outputs.commit_id }}"
echo "Latest commit ID is: ${{ needs.build-and-push-ecr-image.get_commit_id.outputs.commit_id }}"
- name: Get latest commit ID
id: get_commit_id_runner
Expand Down

0 comments on commit 19692d9

Please sign in to comment.