Skip to content

Inputfeld Manhattan/Euclidean; Input lokale Berechnung; Hinweis dass … #17

Inputfeld Manhattan/Euclidean; Input lokale Berechnung; Hinweis dass …

Inputfeld Manhattan/Euclidean; Input lokale Berechnung; Hinweis dass … #17

name: Synchronize Branches
on:
push:
branches:
- main

Check failure on line 7 in .github/workflows/sync-test-deploy-branch.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync-test-deploy-branch.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: Sync Branch Action
# You may pin to the exact commit or the version.
# uses: lucasruy/sync-branch-action@2208081dfed383bf8e9c13ce862061a3e7a58239
uses: lucasruy/[email protected]
with:
# User token to be associated with this pull request.
# GITHUB_TOKEN:
# Branch where you implemented your new code.
SOURCE_BRANCH: main
# Branch you want to send your new code.
DESTINATION_BRANCH: test-deployment
# Standard title for your update pull request. Default is: "update: {FROM_BRANCH} to {TO_BRANCH}"
PULL_REQUEST_TITLE: # optional
# Content with description for your automated pull. Default is: "This is an automatic PullRequest to keep {BASE_BRANCH} up to date with {FROM_BRANCH}!"
PULL_REQUEST_BODY: # optional
# Pull Request label. Default is: ""
PULL_REQUEST_LABEL: # optional