Skip to content

Commit

Permalink
Added fetch operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklan committed Nov 12, 2021
1 parent a96d1d4 commit d88cd7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-to-drupal-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Add remote
run: git remote add drupalorg $DRUPAL_ORG_REPO

- name: Fetch remote
run: git fetch drupalorg

- name: Push changes
run: git push drupalorg --all

Expand Down

0 comments on commit d88cd7f

Please sign in to comment.