This commit is contained in:
@@ -9,18 +9,14 @@ jobs:
|
|||||||
|
|
||||||
- name: "unzip mods"
|
- name: "unzip mods"
|
||||||
shell: bash
|
shell: bash
|
||||||
id: getfiles
|
id: get_files
|
||||||
run: |
|
run: |
|
||||||
unzip unzip_me.zip
|
|
||||||
files=$(ls --format=comma *.jar)
|
|
||||||
echo "files=$files" >> $GITHUB_OUTPUT
|
|
||||||
echo "test='test'" >> $GITHUB_OUTPUT
|
echo "test='test'" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: "truncate readme"
|
- name: "truncate readme"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "${{ steps.getfiles.outputs.files }}"
|
echo "${{ steps.get_files.outputs.test }}"
|
||||||
echo "${{ steps.getfiles.outputs.test }}"
|
|
||||||
# run: |
|
# run: |
|
||||||
# sed -i 's/MODS:.*/MODS:/' README.md
|
# sed -i 's/MODS:.*/MODS:/' README.md
|
||||||
# cat README.md
|
# cat README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user