fix barter pack #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy PurpurPacks to Modrinth | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: Ana06/[email protected] | |
id: changed_files | |
with: | |
format: json | |
- name: Run Script | |
run: .github/workflows/deploy.sh | |
env: | |
ALL_CHANGED_FILES: ${{ steps.changed_files.outputs.all }} | |
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} |