Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent 1b6b79a commit 34c7b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: gen_tests
run: |
version="${{ matrix.version }}"
echo "all_tests=${version}" >> "$GITHUB_OUTPUT"
echo "all_tests=${./.github/scripts/generate_tests.sh | base64 -d}" >> "$GITHUB_OUTPUT"
use-output:
runs-on: ubuntu-latest
needs: [make-output]
Expand Down

0 comments on commit 34c7b5a

Please sign in to comment.