Skip to content

Update GitLab hashes dictionary #1200

Update GitLab hashes dictionary

Update GitLab hashes dictionary #1200

Workflow file for this run

name: "Update GitLab hashes dictionary"
on:
push:
branches:
- main
schedule:
- cron: "0 5 * * *"
jobs:
update:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Process missing tags
working-directory: ./automation
run: |
python get_gitlab_hashes.py ../gitlab_hashes.json
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: automatic update