Skip to content

Commit

Permalink
Hopefully now, variable is expanded instead using the name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Jan 8, 2024
1 parent 832e7e5 commit 5e0118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event_name == 'pull_request_target'
uses: actions-cool/check-user-permission@v2
with:
username: github.triggering_actor
username: ${{ github.triggering_actor }}
require: write
- name: Interpret the queried result
if: github.event_name == 'pull_request_target'
Expand Down

0 comments on commit 5e0118a

Please sign in to comment.