Skip to content

Merge pull request #2715 from GEOS-ESM/feature/mathomp4/update-templa… #150

Merge pull request #2715 from GEOS-ESM/feature/mathomp4/update-templa…

Merge pull request #2715 from GEOS-ESM/feature/mathomp4/update-templa… #150

Workflow file for this run

name: Push to main
on:
push:
branches:
- main
jobs:
pull_request:
name: Create Pull Request
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run the action
uses: devops-infra/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_branch: main
target_branch: develop
label:
- :wrench: Github Actions

Check failure on line 24 in .github/workflows/push-to-main.yml

View workflow run for this annotation

GitHub Actions / Push to main

Invalid workflow file

The workflow is not valid. .github/workflows/push-to-main.yml (Line: 24, Col: 13): A sequence was not expected
template: .github/PULL_REQUEST_TEMPLATE/gitflow_main_develop.md
get_diff: true
assignee: ${{ github.actor }}
old_string: "<!-- Write your description here -->"
new_string: ${{ github.event.commits[0].message }}
title: Auto GitFlow - main → develop