Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Jan 17, 2020
1 parent b47ac58 commit c124dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create PR
# run: hub pull-request -b GemeenteUtrecht/productenendienstencatalogus:master -h ConductionNL/productenendienstencatalogus:master -m "$MESSAGE"
# run: hub pull-request -b GemeenteUtrecht/productenendienstencatalogus:master -h $GITHUB_REPOSITORY:$GITHUB_REF -m "$MESSAGE"
# run: |
run: |
for repo in $REPOS; do
hub pull-request -b $repo:master -h $GITHUB_REPOSITORY:master -m "$MESSAGE"
done
Expand Down

0 comments on commit c124dfd

Please sign in to comment.