Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2024-02-21 15:36:59 +00:00
parent b2d35b31ac
commit ebfdc04e0e
5 changed files with 6 additions and 6 deletions

View File

@ -67,10 +67,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 mastodon"
label: Container logs
placeholder: |
Output of `docker logs linuxserver.io`
Output of `docker logs mastodon`
render: bash
validations:
required: true

View File

@ -7,7 +7,7 @@ jobs:
external-trigger-glitch:
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/glitch'

View File

@ -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'

View File

@ -7,7 +7,7 @@ jobs:
package-trigger-glitch:
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/glitch'

View File

@ -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'