Skip to content

Commit

Permalink
parameter expansion using builtin var to determine specific runner pa…
Browse files Browse the repository at this point in the history
…th when there are multiple runner services on the system
  • Loading branch information
bwhitehead0 committed Sep 29, 2024
1 parent 48bc37e commit 410ba22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/runner_info.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

echo "\$GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
echo "from GITHUB_WORKSPACE: $(${GITHUB_WORKSPACE%work_*})"

# action version
VERSION="1.1.0"
Expand Down

0 comments on commit 410ba22

Please sign in to comment.