Skip to content

Commit

Permalink
Add url to download
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoparrilla committed Nov 27, 2024
1 parent 723b6a3 commit 0a6743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: "The floppy image \"${{ steps.parse_pr.outputs.title }}\" (category: ${{ steps.parse_pr.outputs.category }}) has been successfully processed and added to the database."
args: "The floppy image \"${{ steps.parse_pr.outputs.title }}\" (category: ${{ steps.parse_pr.outputs.category }}) has been successfully processed and added to the database. You can download the file from: http://ataristdb.sidecartridge.com/MISC/${{ steps.parse_pr.outputs.filename }}"

- name: Notify Maintainers
if: failure() && steps.get_pr.outputs.pr_number != ''
Expand Down

0 comments on commit 0a6743d

Please sign in to comment.