Merge pull request #38 from JamesHabben/data #31
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: Trigger Azure Update Data Files Function | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
call-azure-function: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Call Azure Function | |
run: | | |
curl -X POST "${{ secrets.AZURE_RUN_DATA_UPDATE_FUNCTION_URL }}" |