mirror of
https://github.com/11notes/docker-bind.git
synced 2025-10-23 08:12:13 +00:00
[fix] missing checkout
This commit is contained in:
10
.github/workflows/cron.update.yml
vendored
10
.github/workflows/cron.update.yml
vendored
@@ -7,7 +7,17 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
cron-update:
|
cron-update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: init / checkout
|
||||||
|
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
|
||||||
|
with:
|
||||||
|
ref: 'master'
|
||||||
|
|
||||||
- name: cron-update / get latest version
|
- name: cron-update / get latest version
|
||||||
uses: actions/github-script@62c3794a3eb6788d9a2a72b219504732c0c9a298
|
uses: actions/github-script@62c3794a3eb6788d9a2a72b219504732c0c9a298
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user