Skip to content

Commit 7f8414f

Browse files
committed
chore: update owner name in a test
1 parent 5715080 commit 7f8414f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/runner/testdata/issue-1195/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: print env.variable
1111
run: |
1212
echo ${{ env.variable }}
13-
exit ${{ (env.variable == 'nektos') && '0' || '1'}}
13+
exit ${{ (env.variable == 'xing') && '0' || '1'}}

0 commit comments

Comments
 (0)