Skip to content

Commit

Permalink
Update to new github output format
Browse files Browse the repository at this point in the history
The old one is deprecated for security reasons.
  • Loading branch information
Kixunil committed Jul 5, 2024
1 parent 5309573 commit 501191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
$PODMAN_CMD save $IMAGE_NAME > CADR_image.tar
- name: List sources
id: list-sources
run: echo "::set-output name=sources::$(ls build_rules/*.yaml | grep -v remir | sed -e 's:^build_rules/::' -e 's/\.yaml$//' | jq -R -s -c 'split("\n")[:-1]')"
run: echo "sources=$(ls build_rules/*.yaml | grep -v remir | sed -e 's:^build_rules/::' -e 's/\.yaml$//' | jq -R -s -c 'split("\n")[:-1]')" >> "$GITHUB_OUTPUT"
build:
needs: prepare
if: ${{ success() }}
Expand Down

0 comments on commit 501191b

Please sign in to comment.