Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Jan 23, 2024
1 parent 878089e commit 5ebf224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The general development workflow should look as follows:
git checkout -b myAwsomeUpdate
```
2. Implement your update in [`src/`](src) in TypeScript.
2.1 If you need new input values for the action, add them to [`action.yaml`](action.yaml)
2.1 If you need new input values for the action, add them to [`action.yml`](action.yml)
3. Add tests to [`__tests__`](__tests__).
4. Format, build, and run the tests.
```bash
Expand Down

0 comments on commit 5ebf224

Please sign in to comment.