Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
fix: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Jun 28, 2022
1 parent 2b58875 commit ca2850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Auto-Packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: version
run: |
echo "::set-output name=sha_short::${GITHUB_SHA::7}"
sed -i 's/GitVersion/'git ${GITHUB_SHA::7}'/1' pack.mcmeta
sed -i 's/GitVersion/git '${GITHUB_SHA::7}'/1' pack.mcmeta
- name: Make TranslateModPack
uses: ComunidadAylas/PackSquash-action@master
Expand Down

0 comments on commit ca2850b

Please sign in to comment.