From f0a1054f78af883f126d66dba7efe0559dd5697e Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Mon, 22 Nov 2021 11:33:57 +0100 Subject: [PATCH 1/2] patch: update owner name from nektos to xing - installer update - test asserts --- install.sh | 6 +++--- pkg/runner/run_context_test.go | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 178dacd0228..389aef08384 100755 --- a/install.sh +++ b/install.sh @@ -6,13 +6,13 @@ set -e usage() { this=$1 cat < Date: Mon, 13 Jun 2022 13:53:00 +0200 Subject: [PATCH 2/2] chore: update owner name in a test --- pkg/runner/testdata/issue-1195/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runner/testdata/issue-1195/push.yml b/pkg/runner/testdata/issue-1195/push.yml index c211ad2c97c..a7a40284e7f 100644 --- a/pkg/runner/testdata/issue-1195/push.yml +++ b/pkg/runner/testdata/issue-1195/push.yml @@ -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'}}