Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/latest-changes.yml
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
|
|
|
with: |
|
|
|
limit-access-to-actor: true |
|
|
|
- uses: docker://tiangolo/latest-changes:0.2.0 |
|
|
|
- uses: docker://tiangolo/latest-changes:0.3.0 |
|
|
|
# - uses: tiangolo/latest-changes@main |
|
|
|
with: |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|