summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-13 08:58:52 +0200
committerGitHub <noreply@github.com>2021-06-13 08:58:52 +0200
commit97f5e8562f3a49e7b63f0c5a20b46a33c8eb4f89 (patch)
tree4e1deafc5c064fadb70dfa1ab8f09b2319944954 /.github
parent198c25432227d30f4c2f5685b008d1daf681996c (diff)
downloadvyos-1x-97f5e8562f3a49e7b63f0c5a20b46a33c8eb4f89.tar.gz
vyos-1x-97f5e8562f3a49e7b63f0c5a20b46a33c8eb4f89.zip
GitHub: fix yaml typo in PR conflict workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-conflicts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-conflicts.yml b/.github/workflows/pr-conflicts.yml
index f7084346c..72ff3969b 100644
--- a/.github/workflows/pr-conflicts.yml
+++ b/.github/workflows/pr-conflicts.yml
@@ -1,4 +1,4 @@
-ame: "PR Conflicts checker"
+name: "PR Conflicts checker"
on:
pull_request_target:
types: [synchronize]