Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from eclipse/prp-fix-scheduled-pr
Browse files Browse the repository at this point in the history
Fix failures on the scheduled PR.
  • Loading branch information
monaka authored Mar 14, 2020
2 parents 70b92ac + 3af8968 commit c4153d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-to-the-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: "0 6 * * 5"
jobs:
build:
pr-for-merging-upstream:

runs-on: ubuntu-latest

Expand All @@ -15,7 +15,7 @@ jobs:
- name: merge-push
run: |
git remote add up https://github.com/eclipse/che-devfile-registry.git
git fetch --all --unshallow
git fetch --all
git checkout -b prp-update-to-the-upstream
git merge up/master -m 'Update to the upstream.'
- name: Push changes
Expand Down

0 comments on commit c4153d7

Please sign in to comment.