Update allente.se.yml

This commit is contained in:
Aleksandr Statciuk 2022-02-25 17:49:26 +03:00
parent de78e9f88a
commit 4a7dc54aa9

View file

@ -5,6 +5,6 @@ on:
- cron: '0 0 * * *' - cron: '0 0 * * *'
jobs: jobs:
load: load:
uses: ./.github/workflows/_load.yml@${{github.ref}} uses: ./.github/workflows/_load.yml@${GITHUB_REF##*/}
with: with:
site: ${{github.workflow}} site: ${{github.workflow}}