mirror of
https://github.com/iv-org/documentation.git
synced 2025-05-15 05:02:18 -04:00
fix: blank fixed.
This commit is contained in:
parent
e5e6fa5b12
commit
a7db503216
4 changed files with 8 additions and 0 deletions
2
.github/workflows/add-instance-updown.yml
vendored
2
.github/workflows/add-instance-updown.yml
vendored
|
@ -5,7 +5,9 @@ on:
|
|||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
|
||||
replycomment:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
steps:
|
||||
|
|
|
@ -5,7 +5,9 @@ on:
|
|||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
|
||||
replycomment:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
steps:
|
||||
|
|
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
|
@ -12,7 +12,9 @@ on:
|
|||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
2
.github/workflows/remove-30days-label.yml
vendored
2
.github/workflows/remove-30days-label.yml
vendored
|
@ -6,7 +6,9 @@ on:
|
|||
|
||||
jobs:
|
||||
replycomment:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions: write-all
|
||||
steps:
|
||||
- uses: actions/github-script@v6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue