Fix syntax in update-schedule GitHub action
This fixes the incorrect action syntax of the job. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
parent
427d578ae3
commit
4e8f754dfb
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue