Skip to content

Commit

Permalink
wip5
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka committed Nov 14, 2024
1 parent 6025fe7 commit 53542cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
BRANCHES=$(git branch -r | grep -E '(v[0-9]+.[0-9]+)|(release-[0-9]+.[0-9]+)|([0-9]+.[0-9]+$)' | sed -e 's#^ origin/##' | jq -R -s -c 'split("\n")[:-1]')
echo "test"
run: echo "name=BRANCHES::$(echo $BRANCHES)" >> $GITHUB_OUTPUT
echo "name=BRANCHES::$(echo $BRANCHES)" >> $GITHUB_OUTPUT
- name: list branches to test
run: |
echo ${{ env.BRANCHES }}
Expand Down

0 comments on commit 53542cc

Please sign in to comment.