Commit ccc18858 authored by yogevbd's avatar yogevbd

Fix main.workflow

parent 2a5a492b
...@@ -4,7 +4,7 @@ workflow "Verify labels" { ...@@ -4,7 +4,7 @@ workflow "Verify labels" {
} }
action "VerifyLabels" { action "VerifyLabels" {
uses = "yogevbd/enforce-label-action@test" uses = "yogevbd/enforce-label-action@1.0.0"
secrets = ["GITHUB_TOKEN"] secrets = ["GITHUB_TOKEN"]
env = { env = {
VALID_LABELS = "bug,enhancement,feature" VALID_LABELS = "bug,enhancement,feature"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment