mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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
|
name: Arrow
|
||||||
|
|
||||||
|
run-name: Arrow - ${{ inputs.rebuild && 'Rebuild and ' || '' }}${{ inputs.action == 'create' && 'Create' || 'Destroy' }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TERRAFORM_DIRECTORY: hosts/arrow
|
TERRAFORM_DIRECTORY: hosts/arrow
|
||||||
DEPLOY_IDENTITY_BASE64: ${{ secrets.DEPLOY_IDENTITY_BASE64 }}
|
DEPLOY_IDENTITY_BASE64: ${{ secrets.DEPLOY_IDENTITY_BASE64 }}
|
||||||
@ -24,6 +26,7 @@ on:
|
|||||||
options:
|
options:
|
||||||
- create
|
- create
|
||||||
- destroy
|
- destroy
|
||||||
|
- nothing
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-deploy:
|
build-deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user