Inputfeld Manhattan/Euclidean; Input lokale Berechnung; Hinweis dass … #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Synchronize Branches | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- 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 | ||