Bot Updating Templated Files

pull/157/head
LinuxServer-CI 2024-02-27 23:25:38 +00:00
rodzic f330f5f059
commit 07cd57999b
5 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -59,10 +59,10 @@ body:
- type: textarea
attributes:
description: |
Provide a full docker log, output of "docker logs linuxserver.io"
Provide a full docker log, output of "docker logs baseimage-ubuntu"
label: Container logs
placeholder: |
Output of `docker logs linuxserver.io`
Output of `docker logs baseimage-ubuntu`
render: bash
validations:
required: true

Wyświetl plik

@ -7,7 +7,7 @@ jobs:
external-trigger-jammy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
- name: External Trigger
if: github.ref == 'refs/heads/jammy'

Wyświetl plik

@ -9,7 +9,7 @@ jobs:
external-trigger-scheduler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: '0'

Wyświetl plik

@ -7,7 +7,7 @@ jobs:
package-trigger-jammy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
- name: Package Trigger
if: github.ref == 'refs/heads/jammy'

Wyświetl plik

@ -9,7 +9,7 @@ jobs:
package-trigger-scheduler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: '0'