Skip to content

Commit c2086a2

Browse files
committed
2 parents 9a7cc2d + bcb35ba commit c2086a2

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,7 @@ jobs:
3636
pip install requests==2.32.3
3737
- name: Run Script
3838
env:
39-
TOKEN: ${{ secrets.MODRINTH_TOKEN }}
39+
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
4040
run: python update.py
4141

42-
43-
44-
# Runs a single command using the runners shell
45-
- name: Run a one-line script
46-
run: echo Hello, world!
47-
48-
# Runs a set of commands using the runners shell
49-
- name: Run a multi-line script
50-
run: |
51-
echo Add other actions to build,
52-
echo test, and deploy your project.
53-
5442

0 commit comments

Comments
 (0)