workflows
This commit is contained in:
parent
b9e4a759ae
commit
55aad03ae7
2 changed files with 4 additions and 4 deletions
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Close Not a TFG Bug issues
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
- cron: "00 22 * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
|
|
|
|||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
needs: [info]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
uses: actions/checkout@v4.2.0
|
||||
|
||||
- name: Replace strings
|
||||
shell: bash
|
||||
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
needs: [info]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
uses: actions/checkout@v4.2.0
|
||||
|
||||
- name: Replace strings
|
||||
shell: bash
|
||||
|
|
@ -133,7 +133,7 @@ jobs:
|
|||
needs: [info]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
uses: actions/checkout@v4.2.0
|
||||
|
||||
- name: Download Mods
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue