We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3718aab commit 704f241Copy full SHA for 704f241
1 file changed
.github/workflows/bedrock_updater.yml
@@ -61,9 +61,5 @@ jobs:
61
run: |
62
echo "$currentDownloadURLs" | jq --indent 4 '.' > minecraft-bedrockdownloadurl.json
63
git add minecraft-bedrockdownloadurl.json
64
- if git diff-index --quiet HEAD --; then
65
- echo "No changes to commit"
66
- else
67
- git commit -m "Update Bedrock download URLs"
68
- git push
69
- fi
+ git commit -m "Update Bedrock download URLs"
+ git push
0 commit comments