Skip to content

Commit fe1b505

Browse files
committed
Try to fix github action
1 parent fb4c570 commit fe1b505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: 'Print Modrinth Modpack updates'
2222
uses: Gunivers/modrinth-modpack-update-printer@v1.0.0
23-
if: ${{ steps.check.outputs.is-up-to-date == 'false' }}
23+
# if: ${{ steps.check.outputs.is-up-to-date == 'false' }}
2424
with:
2525
current-mc-version: ${{ steps.check.outputs.current-version }}
2626
is-up-to-date: ${{ steps.check.outputs.is-up-to-date }}

0 commit comments

Comments
 (0)