mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-28 11:39:52 +02:00
fix: broken syntax of workflow
This commit is contained in:
6
.github/workflows/sync-content-to-repo.yml
vendored
6
.github/workflows/sync-content-to-repo.yml
vendored
@@ -51,9 +51,7 @@ jobs:
|
|||||||
base: "master"
|
base: "master"
|
||||||
labels: |
|
labels: |
|
||||||
automated pr
|
automated pr
|
||||||
reviewers:
|
reviewers: jcanalesluna,kamranahmedse
|
||||||
- jcanalesluna
|
|
||||||
- kamranahmedse
|
|
||||||
commit-message: "chore: sync content to repo"
|
commit-message: "chore: sync content to repo"
|
||||||
title: "chore: sync content to repository - ${{ inputs.roadmap_slug }}"
|
title: "chore: sync content to repository - ${{ inputs.roadmap_slug }}"
|
||||||
body: |
|
body: |
|
||||||
@@ -65,4 +63,4 @@ jobs:
|
|||||||
> Commit: ${{ github.sha }}
|
> Commit: ${{ github.sha }}
|
||||||
> Workflow Path: ${{ github.workflow_ref }}
|
> Workflow Path: ${{ github.workflow_ref }}
|
||||||
|
|
||||||
**Please Review the Changes and Merge the PR if everything is fine.**
|
**Please Review the Changes and Merge the PR if everything is fine.**
|
||||||
|
Reference in New Issue
Block a user