Skip to content

Commit

Permalink
test git action
Browse files Browse the repository at this point in the history
  • Loading branch information
RWTH-MK committed Nov 16, 2024
1 parent f0c21c2 commit 5bbc317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conditional_convert_via_pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
docker run
--rm -v ${{ github.workspace }}:/workspace
-w /workspace
--build-arg list_changed_files=$list_changed_files
pandoc/latex:3.5
bash -c 'chmod +x /workspace/pandoc.sh && /workspace/pandoc.sh "${{ needs.condition_check_files.outputs.list_changed_files }}"'
# bash ./pandoc.sh ${{ env.list_changed_files }}
bash ./pandoc.sh "$list_changed_files"
- name: Commit files # transfer the new files into the repository
run: |
git config --local user.name "GH_Action_Bot"
Expand Down
2 changes: 1 addition & 1 deletion content/instructions/Test/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ category:
---

## Am Anfang ...
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusper!
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusprig!

0 comments on commit 5bbc317

Please sign in to comment.