Skip to content

Commit

Permalink
Try to fix fatal workflow error w/PR
Browse files Browse the repository at this point in the history
  • Loading branch information
brodyFlannigan committed Apr 26, 2024
1 parent 7e98b1a commit 4383a69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: |-
npm install
npm run prepare
- name: Checkout and create latest-data branch
run: git checkout -b latest-data
- name: Generate GTFS
run: node src/index.js
- id: vars
Expand All @@ -32,7 +34,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
title: $pr_title
body: $pr_body
title: ${{ steps.vars.outputs.pr_title }}
body: ${{ steps.vars.outputs.pr_body }}
branch: latest-data
delete-branch: true

0 comments on commit 4383a69

Please sign in to comment.