Change CD external HTTP req action

This commit is contained in:
Conor McNamara
2023-03-11 19:48:59 +00:00
parent 221b730e3d
commit 26822d0be9

View File

@ -26,13 +26,13 @@ jobs:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
- name: Update Firestore database with train data - name: Update Firestore database with train data
uses: fjogeleit/http-request-action@v1 uses: satak/webrequest-action@master
with: with:
url: 'https://us-central1-irishrailtracker.cloudfunctions.net/postLiveTrainData' url: https://us-central1-irishrailtracker.cloudfunctions.net/postLiveTrainData
method: 'GET' method: GET
- name: Update Firestore database with station data - name: Update Firestore database with station data
uses: fjogeleit/http-request-action@v1 uses: satak/webrequest-action@master
with: with:
url: 'https://us-central1-irishrailtracker.cloudfunctions.net/postStationData' url: https://us-central1-irishrailtracker.cloudfunctions.net/postStationData
method: 'GET' method: GET