Skip to content

Commit 5f59efc

Browse files
danthe1stlaeubi
authored andcommitted
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.
1 parent 88592ec commit 5f59efc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It has the follwoing inputs:
4747
- 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.
4848
- path - path to a project that contains the target to update
4949

50-
and exspect that the pom configures an execution named `update-target` for its configuration, or otherwhise is running with the defaults.
50+
and expects that the pom configures an execution named `update-target` for its configuration, or otherwhise is running with the defaults.
5151
An example might look like this:
5252

5353
```
@@ -72,7 +72,7 @@ See the [tycho-version-bump:update-target](https://tycho.eclipseprojects.io/doc/
7272

7373
## checkVersions.yml
7474

75-
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.
75+
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.
7676
It creates a git-commit with the required changes applied.
7777

7878
## publishVersionCheckResults.yml

.github/workflows/checkMergeCommits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2323
with:
2424
script: |
25-
core.setFailed('Please always use reabase to update your branch')
25+
core.setFailed('Please always use rebase to update your branch')

0 commit comments

Comments
 (0)