We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bd71a commit 9976e40Copy full SHA for 9976e40
.github/workflows/test-install.yml
@@ -24,6 +24,6 @@ jobs:
24
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
25
- uses: actions/checkout@v4
26
- name: do test install in case of merged pull request
27
- run: cd /home/githubrunnerdebian/_work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
+ run: cd /home/githubrunnerdebian/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
28
env:
29
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
0 commit comments