Skip to content

Commit

Permalink
chore: update upstream workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 29, 2022
1 parent 8d999d3 commit 8295ff4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: jonaseberle/github-action-setup-ddev@v1
with:
autostart: false
- name: Setup .env πŸ‘¨πŸ»β€πŸ’»
run: cp .env.example .env
- name: Start ddev πŸ‘¨πŸ»β€πŸ’»
run: cd drupal && ddev start
- name: Install Drupal πŸ‘¨πŸ»β€πŸ’»
Expand All @@ -39,7 +41,7 @@ jobs:
- name: Rebase upstream develop πŸ›Ž
run: git stash && git rebase -Xours upstream/develop
- name: Various fixes
run: sed -i 's/quickstart-druxtsite/drupal/g' drupal/.ddev/config.yaml
run: sed -i 's/quickstart-druxtsite/quickstart-druxtsite-tome/g' drupal/.ddev/config.yaml

- name: Reinstall Tome πŸ‘¨πŸ»β€πŸ’»
run: cd drupal && ddev composer require drupal/tome drupal-tome/tome_drush -W
Expand Down

1 comment on commit 8295ff4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.