mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 11:56:47 +08:00
make ci run in this fork (#9)
This commit is contained in:
2
pkg/runner/testdata/issue-1195/push.yml
vendored
2
pkg/runner/testdata/issue-1195/push.yml
vendored
@@ -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'}}
|
||||
|
||||
Reference in New Issue
Block a user