Skip to content

Commit

Permalink
OWASP OWASP#714 : Fixing workflow triggering isues
Browse files Browse the repository at this point in the history
  • Loading branch information
puneeth072003 committed Oct 31, 2023
1 parent 97d7adf commit cca1d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dast-zap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
restore-keys: jar-
- name: Check cache hit
id: cache-hit-check
run: echo "cache-hit=${{ steps.cache.outputs.cache-hit }}" >> $GITHUB_ENV
run: |
echo "cache-hit=${{ steps.cache.outputs.cache-hit }}" >> $GITHUB_ENV
- name: Trigger Building JAR cache
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/github-script@v4
Expand Down

0 comments on commit cca1d20

Please sign in to comment.