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 202d9ac commit 7685c29Copy full SHA for 7685c29
.github/workflows/test-install.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Set environment variable
29
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}" >> $GITHUB_ACTIONS
30
- uses: actions/checkout@v4
31
- - uses: actions/setup-dotnet@v4
32
- - name: do test install in case of merged pull request
+ - uses: actions/setup-dotnet@v4
+ - name: do test install in case of merged pull request
33
with:
34
extraVars: 'RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}'
35
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
0 commit comments