DEBUG: another attempt #8
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Break Pacman Upload Lease | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
break-lease: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone build-extra | |
uses: actions/checkout@v4 | |
with: | |
repository: git-for-windows/build-extra | |
- name: Break the lease | |
if: env.azure_blobs_token != '' | |
shell: bash | |
env: | |
azure_blobs_token: ${{secrets.AZURE_BLOBS_TOKEN}} | |
run: | | |
echo "::add-mask::$(echo "$AZURE_BLOBS_TOKEN" | base64 -w 0)" && | |
./pacman-helper.sh break_lock |