Skip to content

Commit

Permalink
[291] Updated setting of source ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Sep 3, 2024
1 parent 967b826 commit a653839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
setup-matrix:
runs-on: ubuntu-latest
steps:
- name: Set summary
run: echo "summary=${{ github.event.inputs.summary }}" >> $GITHUB_STEP_SUMMARY
- if: github.ref_name == '5.x'
uses: druzsan/setup-matrix@v2
with:
Expand All @@ -37,8 +39,6 @@ jobs:
strategy:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
steps:
- name: Set summary
run: echo "summary=${{ github.event.inputs.summary }}" >> $GITHUB_STEP_SUMMARY
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.ref }}
Expand Down

0 comments on commit a653839

Please sign in to comment.