Skip to content

chore: update update_master.yml #11

chore: update update_master.yml

chore: update update_master.yml #11

Workflow file for this run

name: 🏹 Update Master (PR)
on:
workflow_dispatch:
jobs:
update_master_and_create_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
- name: Merge edge into master
run: |
git config user.name "cloudinary-jenkins"
git config user.email "[email protected]"
git merge -X ours --no-edit origin/edge
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.BOT_TOKEN }}
branch: update-master
title: chore: update master

Check failure on line 26 in .github/workflows/update_master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update_master.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
body: |
This PR was created Automatically.
Please approve and squash-merge it.
Before merging, make sure all the changes are listed in the squash-commit footer.
Commit footer format for release-please (see https://github.com/googleapis/release-please/tree/main?tab=readme-ov-file#what-if-my-pr-contains-multiple-fixes-or-features):