mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 16:22:56 +00:00
try updating workflow name
This commit is contained in:
parent
0618fc3962
commit
eb6b72a25c
3
.github/workflows/arrow.yml
vendored
3
.github/workflows/arrow.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: Arrow
|
||||
|
||||
run-name: Arrow - ${{ inputs.rebuild && 'Rebuild and ' || '' }}${{ inputs.action == 'create' && 'Create' || 'Destroy' }}
|
||||
|
||||
env:
|
||||
TERRAFORM_DIRECTORY: hosts/arrow
|
||||
DEPLOY_IDENTITY_BASE64: ${{ secrets.DEPLOY_IDENTITY_BASE64 }}
|
||||
@ -24,6 +26,7 @@ on:
|
||||
options:
|
||||
- create
|
||||
- destroy
|
||||
- nothing
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user