We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695cc56 commit 0a6e2ffCopy full SHA for 0a6e2ff
.github/workflows/ci.yml
@@ -11,5 +11,6 @@ on:
11
12
jobs:
13
build:
14
- run: git config --global core.autocrlf false
15
- uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
+ steps:
+ run: git config --global core.autocrlf false
16
+ uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
0 commit comments