We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fdc4a commit 7b21b89Copy full SHA for 7b21b89
.github/workflows/dast-zap-test.yml
@@ -20,6 +20,7 @@ jobs:
20
env:
21
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
run: |
23
+ pwd
24
gh workflow run "Building JAR cache" --ref "main"
25
- name: Start wrongsecrets
26
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
0 commit comments