mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 22:54:34 +02:00
Work around PAT existence check
This commit is contained in:
parent
c6c7051948
commit
ffa7c41e0f
3
.github/workflows/clean.yml
vendored
3
.github/workflows/clean.yml
vendored
@ -9,8 +9,11 @@ jobs:
|
|||||||
cleanup:
|
cleanup:
|
||||||
name: Cleanup
|
name: Cleanup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
HAVE_PAT: ${{ secrets.CLEANUP_PAT != '' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
|
if: ${{ env.HAVE_PAT == 'true' }}
|
||||||
uses: Chizkiyahu/delete-untagged-ghcr-action@v2
|
uses: Chizkiyahu/delete-untagged-ghcr-action@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CLEANUP_PAT }}
|
token: ${{ secrets.CLEANUP_PAT }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user