Skip to content

Commit

Permalink
trick github into showing the new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 4, 2024
1 parent bf6aeee commit 505bd64
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/reset-2fa.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Provision environment
run-name: Provision ${{ github.event.inputs.environment }}
name: Reset 2FA
run-name: Reset 2FA from user ${{ github.event.inputs.user }} in ${{ github.event.inputs.environment }}
on:
push:
branches:
- infra-improvements
workflow_dispatch:
inputs:
user:
Expand Down

0 comments on commit 505bd64

Please sign in to comment.