mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02:00
Add tmate debugging
This commit is contained in:
parent
3e9be81301
commit
417c2e9e62
5
.github/workflows/slsa-releaser.yml
vendored
5
.github/workflows/slsa-releaser.yml
vendored
@ -224,6 +224,11 @@ jobs:
|
|||||||
unset HISHTORY_TEST
|
unset HISHTORY_TEST
|
||||||
python3 scripts/actions-validate.py
|
python3 scripts/actions-validate.py
|
||||||
echo DONE > hishtory-release-validation-completed
|
echo DONE > hishtory-release-validation-completed
|
||||||
|
- name: Setup tmate session
|
||||||
|
if: ${{ failure() }}
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
with:
|
||||||
|
limit-access-to-actor: true
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user