Skip to content

Commit

Permalink
Fix 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 b2965fb commit 55aa26d
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 55aa26d

Please sign in to comment.