🚚 moved extreme emails a4 portrait to archived directory (#163) #115
This file contains 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: push-to-blob-on-push | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- 'archive/**' | |
workflow_dispatch: | |
jobs: | |
run-shell-script: | |
runs-on: ubuntu-latest | |
env: | |
ARCHIVE_KEY: ${{ secrets.AZURE_BLOB_STORAGE_KEY }} | |
steps: | |
- uses: actions/checkout@v4 | |
- run: git update-index --chmod=+x upload-blob.sh | |
- run: ./upload-blob.sh |