rusty_bell_pub: dont crash if there is no menu #96
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy | |
concurrency: deploy | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ master ] | |
jobs: | |
deploy: | |
if: github.repository == 'trnila/assistant' | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'curl -X POST --fail -s -H"Authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}" https://trnila.eu/hooks/assistant' |