diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-06-13 08:58:52 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-13 08:58:52 +0200 | 
| commit | 97f5e8562f3a49e7b63f0c5a20b46a33c8eb4f89 (patch) | |
| tree | 4e1deafc5c064fadb70dfa1ab8f09b2319944954 | |
| parent | 198c25432227d30f4c2f5685b008d1daf681996c (diff) | |
| download | vyos-1x-97f5e8562f3a49e7b63f0c5a20b46a33c8eb4f89.tar.gz vyos-1x-97f5e8562f3a49e7b63f0c5a20b46a33c8eb4f89.zip  | |
GitHub: fix yaml typo in PR conflict workflow
| -rw-r--r-- | .github/workflows/pr-conflicts.yml | 2 | 
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]  | 
