Skip to content

Commit

Permalink
ci: try printing hardcoded env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent ab36974 commit cd7f94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
env:
ENV_FILE: ${{ secrets.ENV_FILE }}
TEST: hello
run: printenv ENV_FILE > env.json
run: printenv TEST > env.json
- run: cat env.json

0 comments on commit cd7f94b

Please sign in to comment.