Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce-Moe committed Sep 19, 2024
1 parent 26ba2f7 commit 426a608
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/auto-translation.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Auto Translation

on:
workflow_dispatch:
pull_request:
paths:
- content/english/**

jobs:
auto-translate:
Expand Down Expand Up @@ -38,6 +40,11 @@ jobs:
done
done
- uses: stefanzweifel/git-auto-commit-action@v4
- name: Create Pull Request with AI-Generated Translations
uses: peter-evans/create-pull-request@v4
with:
commit_message: "[Github Actions] Add AI translations"
commit-message: "Add AI translations for new workshops"
title: "[Github Actions] AI Workshop Translations"
body: "This PR contains suggestions for AI translations for new English workshops."
branch: "auto-translation-suggestions"
labels: "translation, auto-generated"
2 changes: 1 addition & 1 deletion content/english/csharp-basics/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "C#: Basics"
description: "An introduction to the basics of the C# programming language."
description: "An introduction to the basics of the C# programming language. TEST"
date: 2024-09-16T00:00:00Z
prereq: "none"
difficulty: "Beginner"
Expand Down

0 comments on commit 426a608

Please sign in to comment.