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 f88e164 commit f0c21c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/conditional_convert_via_pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
--rm -v ${{ github.workspace }}:/workspace
-w /workspace
pandoc/latex:3.5
bash ./pandoc.sh ${{ env.list_changed_files }}
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 }}
- 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! Wird es noch besser?
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusper!

0 comments on commit f0c21c2

Please sign in to comment.