Skip to content

Commit 6732e88

Browse files
committed
Add composer normalize step
1 parent 3591fe5 commit 6732e88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/drupal-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jobs:
142142
} >> $GITHUB_OUTPUT
143143
144144
- name: "Run composer normalize"
145-
uses: "docker://ergebnis/composer-normalize-action:latest"
145+
id: composer-normalize
146+
run: 'composer normalize'
146147

147148
- name: Run Drupal updates
148149
run: vendor/bin/drush updb -y

0 commit comments

Comments
 (0)