workflows
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user