We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e341b commit fe2d0edCopy full SHA for fe2d0ed
.github/workflows/docker-build-secretvm.yml
@@ -74,7 +74,7 @@ jobs:
74
git config user.email github-actions@github.com
75
76
# Add and commit changes
77
- git add docker-compose-secretvm.yaml
+ git add Execution_Service/docker-compose-secretvm.yaml
78
if git diff --staged --quiet; then
79
echo "No changes to commit"
80
else
@@ -92,4 +92,4 @@ jobs:
92
run: |
93
echo "Workflow Status: ${{ job.status }}"
94
echo "Image URL: ghcr.io/${{ steps.set_repo.outputs.REPO_NAME }}:${{ steps.get_version.outputs.VERSION }}"
95
- echo "Workflow ID: ${{ github.run_id }}"
+ echo "Workflow ID: ${{ github.run_id }}"
0 commit comments