We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a7cc2d + bcb35ba commit c2086a2Copy full SHA for c2086a2
.github/workflows/update.yml
@@ -36,19 +36,7 @@ jobs:
36
pip install requests==2.32.3
37
- name: Run Script
38
env:
39
- TOKEN: ${{ secrets.MODRINTH_TOKEN }}
+ MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
40
run: python update.py
41
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
54
0 commit comments