Attempt #2 at GPT translation fix.
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
- '**.md'
|
- '**.md'
|
||||||
- '**.toml'
|
- '**.toml'
|
||||||
- '**.html'
|
- '**.html'
|
||||||
- '*/**.yml'
|
- '**.yml'
|
||||||
- '**.json'
|
- '**.json'
|
||||||
jobs:
|
jobs:
|
||||||
check-and-create-pr:
|
check-and-create-pr:
|
||||||
@@ -65,12 +65,13 @@ jobs:
|
|||||||
hugo-translations:
|
hugo-translations:
|
||||||
name: Hugo Translations
|
name: Hugo Translations
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: [check-and-create-pr]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
pwd
|
pwd
|
||||||
tree
|
ls -al
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user