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 - type: textarea
attributes: attributes:
description: | 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 label: Container logs
placeholder: | placeholder: |
Output of `docker logs linuxserver.io` Output of `docker logs baseimage-ubuntu`
render: bash render: bash
validations: validations:
required: true required: true

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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