Skip to content

Commit

Permalink
Added source document URL to Slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard authored May 20, 2024
1 parent 47b8ba9 commit 7e7a127
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add_new_or_updated_feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ jobs:
"type": "mrkdwn",
"text": "New branch name: `${{ steps.create_branch_name.outputs.BRANCH }}`\n\n*Open the new branch:* https://github.com/MobilityData/mobility-database-catalogs/tree/${{ steps.create_branch_name.outputs.BRANCH }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "See the source document here: https://docs.google.com/spreadsheets/d/1Q96KDppKsn2khdrkraZCQ7T_qRSfwj7WsvqXvuMt4Bc/edit#gid=2061813733"
}
}
]
}
Expand Down Expand Up @@ -181,6 +188,13 @@ jobs:
"type": "mrkdwn",
"text": "*Open the action run:* https://github.com/MobilityData/mobility-database-catalogs/actions/runs/${{ env.RUN_ID }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "See the source document here: https://docs.google.com/spreadsheets/d/1Q96KDppKsn2khdrkraZCQ7T_qRSfwj7WsvqXvuMt4Bc/edit#gid=2061813733"
}
}
]
}
Expand Down

0 comments on commit 7e7a127

Please sign in to comment.