Skip to content

Commit

Permalink
Update actions_ci_build_only.yml
Browse files Browse the repository at this point in the history
adding back the env var for github commit sha
  • Loading branch information
lmaeda authored Oct 22, 2024
1 parent 6af165e commit 06d1767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions_ci_build_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
\"target\": {
\"owner\": \"lmaeda\",
\"name\": \"aws-snyk-mvn-goof\",
\"branch\": \"main\"
\"branch\": \"${{ github.sha }}\"
}
}" "https://api.snyk.io/v1/org/${ORG_ID}/integrations/${INTEGRATION_ID}/import"
refresh_container:
Expand Down

0 comments on commit 06d1767

Please sign in to comment.