Skip to content

chore: created local '.github/workflows/push_main.yml' from remote 's… #1

chore: created local '.github/workflows/push_main.yml' from remote 's…

chore: created local '.github/workflows/push_main.yml' from remote 's… #1

Workflow file for this run

# --------------------------------------------------------------
# WARNING: This file is managed by centralized sync management system.
# Do not edit this file directly, your changes will be overwritten.
# See https://github.com/orange-cloudavenue/workflows for more information.
# --------------------------------------------------------------
name: Push main
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-main
cancel-in-progress: true
permissions:
contents: write
jobs:
request-doc-update
name: "Request doc update"

Check failure on line 22 in .github/workflows/push_main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push_main.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
uses: orange-cloudavenue/workflows/.github/workflows/doc_request-update.yml@main
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}