Compare commits

..

No commits in common. "44eb0604109a869edd5bf937092b0033f198793b" and "8d2870d7e24681ed4863f7ac4f6ea849b6a939d6" have entirely different histories.

2 changed files with 1 additions and 25 deletions

View File

@ -1,24 +0,0 @@
name: Merge Release to Master
on:
push:
branches:
- release
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- name: Checkout Release Branch
uses: actions/checkout@v2
with:
ref: release
fetch-depth: 0 # fetch full history for all tags and branches
- name: Merge Release into Master
run: |
git config user.email gitea-actions
git config user.name noreply+github-actions@springer-dl.de
git merge origin/master -m "automated merge" \
--no-ff
git push origin release:master

View File

@ -1,2 +1,2 @@
# action-test READ ME 1 # action-test READ ME