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 949abdb commit 826b1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Generate tests
id: gen_tests
run: |
version="${{ matrix.version }}"
echo "all_tests=$(./.github/scripts/generate_tests.sh | base64 -d)" >> "$GITHUB_OUTPUT"
version="$(./.github/scripts/generate_tests.sh | base64 -d)"
echo "all_tests=${version}" >> "$GITHUB_OUTPUT"
use-output:
runs-on: ubuntu-latest
needs: [make-output]
Expand Down

0 comments on commit 826b1c9

Please sign in to comment.