Skip to content

Commit de84ac3

Browse files
committed
GHA: use GITHUB_WORKSPACE instead of symlinked path
1 parent 6952fa4 commit de84ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/saltbox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install saltbox.fact
103103
run: |
104104
mkdir -p $GITHUB_WORKSPACE/ansible_facts.d
105-
curl -fsSL https://github.com/saltyorg/ansible-facts/releases/latest/download/saltbox-facts -o /srv/git/saltbox/ansible_facts.d/saltbox.fact
105+
curl -fsSL https://github.com/saltyorg/ansible-facts/releases/latest/download/saltbox-facts -o $GITHUB_WORKSPACE/ansible_facts.d/saltbox.fact
106106
chmod +x $GITHUB_WORKSPACE/ansible_facts.d/saltbox.fact
107107
108108
- name: Chown /srv/git

0 commit comments

Comments
 (0)