From ee0021bd832a15c2697445eebb4132256e6823c8 Mon Sep 17 00:00:00 2001 From: Andrew Rothstein Date: Sun, 12 Mar 2023 18:11:48 -0400 Subject: [PATCH] fix targetuser => gh.actor --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4065fc..b56c9e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,8 @@ jobs: ref: develop repository: andrewrothstein/tasks - name: 'task #ftw' - run: task -t taskmono/ansible-test-role.yml "targetuser=${{ matrix.os}}" "targetpwd=${{ - github.token }}" "alltags=${{ matrix.os }}" + run: task -t taskmono/ansible-test-role.yml "targetuser=${{ github.actor }}" + "targetpwd=${{ github.token }}" "alltags=${{ matrix.os }}" strategy: fail-fast: false matrix: