Skip to content

Commit fa441c5

Browse files
.
1 parent b89d3a6 commit fa441c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set environment variable
28-
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
28+
run: echo "$GITHUB_ACTIONS" >> $RUNNING_ON_GITHUB_ACTIONS
2929
- name: do test install in case of merged pull request
3030
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3131
env:
32-
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
32+
RUNNING_ON_GITHUB_ACTIONS: ${{ env.$GITHUB_ACTIONS }}
3333
- name: switch to fworch user for c# unit tests
3434
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test

0 commit comments

Comments
 (0)