File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1818 SEMVER_CHECKS : >
1919 ${{ contains(github.event.pull_request.bodyText, '\nci: ignore-semver')
2020 && 'ignore' || 'check' }}
21+ TXT1 : ${{ github.event.pull_request.body }}
22+ TXT2 : ${{ github.event.pull_request.bodyText }}
23+ TXT3 : " ${{ contains(github.event.pull_request.bodyText, 'ci: ignore-semver') }}"
24+ TXT4 : " ${{ contains(github.event.pull_request.bodyText, '\n ci: ignore-semver') }}"
25+ TXT5 : >
26+ "${{ contains(github.event.pull_request.bodyText, '\nci: ignore-semver') }}"
2127
2228defaults :
2329 run :
6874 steps :
6975 - uses : actions/checkout@v5
7076 - name : Setup Rust toolchain
71- run : ./ci/install-rust.sh
77+ run : ./ci/install-rust.sh; printenv
7278
7379 - name : Install semver-checks
7480 uses : taiki-e/install-action@cargo-semver-checks
You can’t perform that action at this time.
0 commit comments