Bot Updating Templated Files

pull/337/head legacy-v1.0.20210914-ls41
LinuxServer-CI 3 months ago
parent b14c7750cb
commit b9373d7883

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

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

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

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

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

Loading…
Cancel
Save