diff --git a/.changeset/grumpy-birds-love.md b/.changeset/grumpy-birds-love.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/grumpy-birds-love.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index cc9194e6b..40ed7009b 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -114,10 +114,7 @@ jobs: - name: CS fix SDK working-directory: ./sdk - run: | - composer cs-fix - rm .php-cs-fixer.cache # Remove cache for the second run - composer cs-fix # Run twice to ensure all large files are fixed (required due to a bug in the php-cs-fixer, remove once resolved) + run: composer cs-fix - name: Add changeset id: changeset