Sebastián Ramírez
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.github/workflows/latest-changes.yml
|
@ -21,6 +21,9 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
with: |
|
|
|
|
|
# To allow latest-changes to commit to master |
|
|
|
|
|
token: ${{ secrets.ACTION_TOKEN }} |
|
|
# Allow debugging with tmate |
|
|
# Allow debugging with tmate |
|
|
- name: Setup tmate session |
|
|
- name: Setup tmate session |
|
|
uses: mxschmitt/action-tmate@v3 |
|
|
uses: mxschmitt/action-tmate@v3 |
|
|