Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly committed Aug 24, 2024
1 parent 9f39f38 commit 4535dbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python3 -m pip install xmljson requests python-dateutil
- name: Fetch forge-metadata changes
id: fetch_changes
id: fetch_forge_changes
shell: bash
run: |
cd ./forge/scripts
Expand All @@ -44,7 +44,7 @@ jobs:
cd ../..
- name: Fetch optifine-metadata changes
id: fetch_changes
id: fetch_optifine_changes
shell: bash
run: |
cd ./optifine/scripts
Expand All @@ -53,7 +53,7 @@ jobs:
cd ../..
- name: Save changes
id: fetch_changes
id: save_changes
shell: bash
run: |
git config --local user.name "github-actions[bot]"
Expand All @@ -72,7 +72,7 @@ jobs:
fi
- name: Push changes
if: steps.fetch_changes.outputs.changed == 'true'
if: steps.save_changes.outputs.changed == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4535dbf

Please sign in to comment.