Skip to content

Commit

Permalink
test git action with script as file
Browse files Browse the repository at this point in the history
  • Loading branch information
RWTH-MK committed Nov 8, 2024
1 parent 1684865 commit 6b56b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/conditional_convert_via_pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
runs-on: 'ubuntu-22.04'
needs: [ condition_check_files ]
if: needs.condition_check_files.outputs.bool_files_changed == 'True'
defaults:
run:
shell: bash
working-directory: scripts/
env:
list_changed_files: ${{ needs.condition_changed_files.outputs.list_changed_files }}
steps:
Expand All @@ -59,4 +55,4 @@ jobs:
with:
version: 3.5
- name: run_pandoc
run: ./pandoc.sh $list_changed_files
run: bash ${GITHUB_WORKSPACE}/scripts/pandoc.sh $list_changed_files
2 changes: 1 addition & 1 deletion content/instructions/Test/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ category:
---

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

0 comments on commit 6b56b24

Please sign in to comment.