Skip to content

Commit

Permalink
chore: update owner name in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter authored and github-actions committed Nov 6, 2023
1 parent 2c98e00 commit e044bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runner/testdata/issue-1195/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: print env.variable
run: |
echo ${{ env.variable }}
exit ${{ (env.variable == 'nektos') && '0' || '1'}}
exit ${{ (env.variable == 'xing') && '0' || '1'}}

0 comments on commit e044bcb

Please sign in to comment.