Skip to content

Commit

Permalink
fix targetuser => gh.actor
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Mar 12, 2023
1 parent da18beb commit ee0021b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee0021b

Please sign in to comment.