Skip to content

Commit 463b0b2

Browse files
committed
chore: update upstream workflow
1 parent 8d999d3 commit 463b0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-upstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
uses: jonaseberle/github-action-setup-ddev@v1
3232
with:
3333
autostart: false
34+
- name: Setup .env 👨🏻‍💻
35+
run: cp .env.example .env
3436
- name: Start ddev 👨🏻‍💻
3537
run: cd drupal && ddev start
3638
- name: Install Drupal 👨🏻‍💻
3739
run: cd drupal && ddev composer install && ddev drush -y tome:install
3840

3941
- name: Rebase upstream develop 🛎
4042
run: git stash && git rebase -Xours upstream/develop
41-
- name: Various fixes
42-
run: sed -i 's/quickstart-druxtsite/drupal/g' drupal/.ddev/config.yaml
4343

4444
- name: Reinstall Tome 👨🏻‍💻
4545
run: cd drupal && ddev composer require drupal/tome drupal-tome/tome_drush -W

0 commit comments

Comments
 (0)