File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v1
1414
15- - run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
16-
1715 - name : Setup java
1816 uses : actions/setup-java@v3
1917 with :
3836 key : cljdeps-${{ hashFiles('deps.edn') }}-${{ hashFiles ('package.json') }}-${{ hashFiles ('package-lock.json') }}
3937 restore-keys : cljdeps-
4038
39+ - name : Fix git dubious directory ownership error
40+ run : git config --global --add safe.directory /__w/re-com/re-com
41+
4142 - run : bb release-demo
4243
4344 - name : Slack notification
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111
1212 steps :
13- - uses : actions/checkout@v5
14-
15- - run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
13+ - uses : actions/checkout@v1
1614
1715 - name : Setup java
1816 uses : actions/setup-java@v3
3836 key : cljdeps-${{ hashFiles('deps.edn') }}-${{ hashFiles ('package.json') }}-${{ hashFiles ('package-lock.json') }}
3937 restore-keys : cljdeps-
4038
39+ - name : Fix git dubious directory ownership error
40+ run : git config --global --add safe.directory /__w/re-com/re-com
41+
4142 - run : bb test
4243
4344 - run : bb release-demo
Original file line number Diff line number Diff line change 1616 CLOJARS_TOKEN : ${{ secrets.CLOJARS_TOKEN }}
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v1
2020
2121 - name : Setup java
2222 uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments