Remove workarounds
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 7m59s
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 7m59s
This commit is contained in:
@@ -85,13 +85,13 @@ jobs:
|
||||
files: |-
|
||||
/out/curse/*-${{ github.ref_name }}.zip
|
||||
|
||||
# - name: "Send notification"
|
||||
# uses: ivanmilov/telegram_notify_action@v1
|
||||
# with:
|
||||
# api_key: ${{ secrets.TELEGRAM_API_KEY }}
|
||||
# chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
|
||||
# message: |
|
||||
# Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
|
||||
- name: "Send notification"
|
||||
uses: ivanmilov/telegram_notify_action@v1
|
||||
with:
|
||||
api_key: ${{ secrets.TELEGRAM_API_KEY }}
|
||||
chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
|
||||
message: |
|
||||
Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
|
||||
|
||||
# Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
|
||||
# [download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).
|
||||
Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
|
||||
[download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).
|
||||
|
||||
Reference in New Issue
Block a user