Skip to content

Commit 2ea1388

Browse files
committed
fix: correct rake task name in QA workflow (labdev:sync:configs)
1 parent c82b8b3 commit 2ea1388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
run: echo "CONFIG_PACKS_REF=${{ inputs.ref_override }}" >> $GITHUB_ENV
5656

5757
- name: Sync configurations
58-
run: bundle exec rake labdev:config:sync
58+
run: bundle exec rake labdev:sync:configs
5959

6060
- name: Verify config sync
6161
run: |
6262
if ! git diff --quiet; then
6363
echo "❌ Config files are out of sync!"
64-
echo "Please run 'bundle exec rake labdev:config:sync' and commit the changes."
64+
echo "Please run 'bundle exec rake labdev:sync:configs' and commit the changes."
6565
git diff --name-only
6666
exit 1
6767
fi

0 commit comments

Comments
 (0)