Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 12, 2023
1 parent bbeb3bf commit 1c4c4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Getting GIT SHA value
id: get-git-sha
working-directory: ./vc-api-owf
run: $(git rev-parse HEAD)
run: echo "$(git rev-parse HEAD)"

- name: Build Docker image
working-directory: ./vc-api-owf
Expand Down

0 comments on commit 1c4c4fa

Please sign in to comment.