We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82b8b3 commit 2ea1388Copy full SHA for 2ea1388
.github/workflows/qa.yml
@@ -55,13 +55,13 @@ jobs:
55
run: echo "CONFIG_PACKS_REF=${{ inputs.ref_override }}" >> $GITHUB_ENV
56
57
- name: Sync configurations
58
- run: bundle exec rake labdev:config:sync
+ run: bundle exec rake labdev:sync:configs
59
60
- name: Verify config sync
61
run: |
62
if ! git diff --quiet; then
63
echo "❌ Config files are out of sync!"
64
- echo "Please run 'bundle exec rake labdev:config:sync' and commit the changes."
+ echo "Please run 'bundle exec rake labdev:sync:configs' and commit the changes."
65
git diff --name-only
66
exit 1
67
fi
0 commit comments