Skip to content

Commit

Permalink
real final try
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent 867da0a commit 2963e5e
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:
- name: Generate tests
id: gen_tests
run: |
version="$(./.github/scripts/generate_tests.sh | base64 -d)"
version=$(./.github/scripts/generate_tests.sh | base64 -d)
echo "all_tests=${version}" >> "$GITHUB_OUTPUT"
use-output:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2963e5e

Please sign in to comment.