From 1c13ad866cdf7aa07522b2f308e92cec1d5549b2 Mon Sep 17 00:00:00 2001 From: danthe1st Date: Sat, 23 Aug 2025 14:08:32 +0200 Subject: [PATCH] fix typos in GitHub workflows This commit fixes typos in the GitHub Actions workflows, both within the README.MD corresponding to these workflows and in one reusable workflow. --- .github/workflows/README.MD | 4 ++-- .github/workflows/checkMergeCommits.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/README.MD b/.github/workflows/README.MD index 63ea2f03fec..7f861a34f7b 100644 --- a/.github/workflows/README.MD +++ b/.github/workflows/README.MD @@ -47,7 +47,7 @@ It has the follwoing inputs: - token - token to use to create the PR while this action can work with the default github token, it is recommended to use a PAT if used as a timed action because otherwhise PR checks can't run, see [here](https://github.com/marketplace/actions/create-pull-request#token) for details. - path - path to a project that contains the target to update -and exspect that the pom configures an execution named `update-target` for its configuration, or otherwhise is running with the defaults. +and expects that the pom configures an execution named `update-target` for its configuration, or otherwhise is running with the defaults. An example might look like this: ``` @@ -72,7 +72,7 @@ See the [tycho-version-bump:update-target](https://tycho.eclipseprojects.io/doc/ ## checkVersions.yml -A workflow that checks for required but missing service-version increment for projects that are changed for the first time in the current development-cycle and applies them. +A workflow that checks for required but missing service-version increments for projects that are changed for the first time in the current development-cycle and applies them. It creates a git-commit with the required changes applied. ## publishVersionCheckResults.yml diff --git a/.github/workflows/checkMergeCommits.yml b/.github/workflows/checkMergeCommits.yml index bc2fe762b6b..1d4007520a9 100644 --- a/.github/workflows/checkMergeCommits.yml +++ b/.github/workflows/checkMergeCommits.yml @@ -22,4 +22,4 @@ jobs: uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | - core.setFailed('Please always use reabase to update your branch') + core.setFailed('Please always use rebase to update your branch')