Skip to content

Commit

Permalink
GHA: use GITHUB_WORKSPACE instead of symlinked path
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 23, 2024
1 parent b40d655 commit f905566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/saltbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install saltbox.fact
run: |
mkdir -p $GITHUB_WORKSPACE/ansible_facts.d
curl -fsSL https://github.com/saltyorg/ansible-facts/releases/latest/download/saltbox-facts -o /srv/git/saltbox/ansible_facts.d/saltbox.fact
curl -fsSL https://github.com/saltyorg/ansible-facts/releases/latest/download/saltbox-facts -o $GITHUB_WORKSPACE/ansible_facts.d/saltbox.fact
chmod +x $GITHUB_WORKSPACE/ansible_facts.d/saltbox.fact
- name: Chown /srv/git
Expand Down

0 comments on commit f905566

Please sign in to comment.