Skip to content

Commit

Permalink
Remove dynamic branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Jan 17, 2020
1 parent 0f5e003 commit b47ac58
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
uses: geertvdc/setup-hub@master
- name: GitHub ref
run: echo $GITHUB_REF
# - name: Create PR
- 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: |
# for repo in $REPOS; do
# hub pull-request -b $repo:master -h $GITHUB_REPOSITORY:$GITHUB_REF -m "$MESSAGE"
# done
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_CI_TOKEN }}
# GITHUB_USER: ${{ secrets.GITHUB_CI_USER }}
# GITHUB_REPOSITORY: ${{ github.repository }}
# GITHUB_REF: ${{ github.ref }}
# HUB_VERBOSE: true
# MESSAGE: Automated pull request from GitHub Action
# REPOS: ${{ secrets.REPOS }}
for repo in $REPOS; do
hub pull-request -b $repo:master -h $GITHUB_REPOSITORY:master -m "$MESSAGE"
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_CI_TOKEN }}
GITHUB_USER: ${{ secrets.GITHUB_CI_USER }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_REF: ${{ github.ref }}
HUB_VERBOSE: true
MESSAGE: Automated pull request from GitHub Action
REPOS: ${{ secrets.REPOS }}

0 comments on commit b47ac58

Please sign in to comment.