mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +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:
|
||||
name: Cleanup
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HAVE_PAT: ${{ secrets.CLEANUP_PAT != '' }}
|
||||
steps:
|
||||
- name: Cleanup
|
||||
if: ${{ env.HAVE_PAT == 'true' }}
|
||||
uses: Chizkiyahu/delete-untagged-ghcr-action@v2
|
||||
with:
|
||||
token: ${{ secrets.CLEANUP_PAT }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user