diff options
| author | Martin Robertz <dream-master@gmx.net> | 2021-12-01 13:49:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-01 13:49:34 +0100 |
| commit | 5fc226f1385e13afbf3406f4d3283638fc7b8a70 (patch) | |
| tree | afdecc09b8a02549c30fa115f6b327457cefed21 | |
| parent | 8f29b031f80b722a1ab3cb8d646acb9bf5b7c259 (diff) | |
| parent | 6d96ec6821204f203a0481f5e1416afbc695d5cf (diff) | |
| download | GT5-Unofficial-5fc226f1385e13afbf3406f4d3283638fc7b8a70.tar.gz GT5-Unofficial-5fc226f1385e13afbf3406f4d3283638fc7b8a70.tar.bz2 GT5-Unofficial-5fc226f1385e13afbf3406f4d3283638fc7b8a70.zip | |
Merge pull request #766 from GTNewHorizons/patch-actions
Fix typo in file path
| -rw-r--r-- | .github/workflows/gradle.yml (renamed from .github/workflow/gradle.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflow/gradle.yml b/.github/workflows/gradle.yml index bffb3d2b1b..e3b06da698 100644 --- a/.github/workflow/gradle.yml +++ b/.github/workflows/gradle.yml @@ -31,4 +31,4 @@ jobs: - name: Check uses: mattsb42-meta/not-grep@1.0.0 with: - config-file: ./.github/test-scala-presence.toml
\ No newline at end of file + config-file: ./.github/test-scala-presence.toml |
