update progress bot tag (#44084)

update tag
This commit is contained in:
Dave Try 2022-11-08 08:14:30 -05:00 committed by GitHub
parent 139345a2f1
commit ffe143847d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
run: |
echo ${{ secrets.PROGRESS_BOT_GCP_ACCOUNT_KEY }} | base64 -d > progress-bot-credentials.json
- name: Report to Slack
uses: docker://sourcegraph/progress-bot:latest@sha256:a6c8906529fd752e40cbad20085904d4fa4ed085f567cf00682fdd9b8fcdd611
uses: docker://sourcegraph/progress-bot:latest@sha256:93ceab2a92d8464eccf367d47e8d585307d7ff36ab57e0240c3d68b4349c4e57
env:
SINCE: ${{ github.event.inputs.since || '24h' }}
DRY: ${{ github.event.inputs.dry || 'false' }}