File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed
Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -21,24 +21,28 @@ jobs:
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323
24- - uses : ./.github/actions/build-test/ubuntu-x86_64
25- with :
26- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27- BOOST_VERSION : 1.89.0
28- THRIFT_VERSION : 0.13.0
29- BUILD_TYPE : Release
30- SHARED_LIBS_TOGGLE : ON
31- OPENSSL_TOGGLE : OFF
32- RUN_TESTS : false
33- HAZELCAST_ENTERPRISE_KEY :
34- AWS_ACCESS_KEY_ID :
35- AWS_SECRET_ACCESS_KEY :
36- HZ_TEST_AWS_INSTANCE_PRIVATE_IP :
24+ - name : debug
25+ run :
26+ echo "a" > Reference_Manual.md
27+
28+ # - uses: ./.github/actions/build-test/ubuntu-x86_64
29+ # with:
30+ # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+ # BOOST_VERSION: 1.89.0
32+ # THRIFT_VERSION: 0.13.0
33+ # BUILD_TYPE: Release
34+ # SHARED_LIBS_TOGGLE: ON
35+ # OPENSSL_TOGGLE: OFF
36+ # RUN_TESTS: false
37+ # HAZELCAST_ENTERPRISE_KEY:
38+ # AWS_ACCESS_KEY_ID:
39+ # AWS_SECRET_ACCESS_KEY:
40+ # HZ_TEST_AWS_INSTANCE_PRIVATE_IP:
3741
3842 - name : Commit
3943 run : |
40- git config user.name "${GITHUB_ACTOR}"
41- git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
44+ # git config user.name "${GITHUB_ACTOR}"
45+ # git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4246
4347 git add Reference_Manual.md
4448 git commit -m "Regenerate reference manual from template"
You can’t perform that action at this time.
0 commit comments