Skip to content

Commit

Permalink
upadte admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed Apr 25, 2024
1 parent 1273338 commit 15013f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
docker run -d --name $IMAGE_NAME ${REGISTRY}/${IMAGE_NAME}:${IMAGE_SHA}
admin_approval_job:
if: github.event.inputs.admin_approval == 'true' && github.actor == 'admin'
if: github.event.inputs.admin_approval == 'true' && github.actor == 'davema-clan'
runs-on: ubuntu-latest
steps:
- name: Approval step
Expand Down

0 comments on commit 15013f1

Please sign in to comment.