We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d6437 commit 6470babCopy full SHA for 6470bab
1 file changed
.github/workflows/update.yml
@@ -39,5 +39,7 @@ jobs:
39
cd gtfs-branch
40
chmod +x gradlew
41
./gradlew updateGtfs --args="../input.zip ./files/$(date +'%Y-%m-%d').zip ../cache.tsv ${{ secrets.MAPYCZ_API_KEY }}"
42
+ - name: Upload artifact
43
+ run: : |
44
cp ./files/$(date +'%Y-%m-%d').zip ./files/latest.zip
45
git push https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git gtfs
0 commit comments