update name of label

This commit is contained in:
Matt Reeves 2024-12-20 22:13:25 -05:00
parent cc54aba615
commit 853f422ac2

View file

@ -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