make ci run in this fork (#9)

This commit is contained in:
ChristopherHX
2025-01-26 12:20:26 +01:00
committed by GitHub
parent 92b3ece22e
commit 3d684447a5
5 changed files with 30 additions and 19 deletions

View File

@@ -10,4 +10,4 @@ jobs:
- name: print env.variable
run: |
echo ${{ env.variable }}
exit ${{ (env.variable == 'nektos') && '0' || '1'}}
exit ${{ (env.variable == 'actions-oss') && '0' || '1'}}