Skip to content

Commit

Permalink
Pass input env vars to test container
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Aug 17, 2024
1 parent 78d4564 commit 6ae60c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ runs:
- name: Run tests
shell: bash
# Remember to change the image tag in all places!
run: "docker run -i -v /github/workspace/skript:/skript ghcr.io/skriptlang/skript-test-action:3dc25d3"
run: "docker run --env-file <(env | grep INPUT) -i -v /github/workspace/skript:/skript ghcr.io/skriptlang/skript-test-action:3dc25d3"

0 comments on commit 6ae60c0

Please sign in to comment.