update name of label
This commit is contained in:
parent
cc54aba615
commit
853f422ac2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
process-issue:
|
||||
if: contains(github.event.issue.labels.*.name, 'deploy-vm')
|
||||
if: contains(github.event.issue.labels.*.name, 'opentofu')
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue