Skip to content

Commit

Permalink
Escape PATH for in-script evaluation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 1, 2024
1 parent 90d118a commit 1730b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: 'Display PATH environment variable'
uses: cliffano/command-docker-action@main
with:
command: 'echo "$PATH"'
command: "echo ${{ '${{PATH}}' }}"
image: ubuntu:22.04
shell: bash
extra_path: '/some/path:/opt/workspace/bin'

0 comments on commit 1730b03

Please sign in to comment.