diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 884132fc416..8322438f984 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ on: env: HAS_SECRETS: ${{ secrets.HAS_SECRETS }} MAIN_BRANCH: master - CI: true + CI: 'true' jobs: not-failed-backport: @@ -140,7 +140,7 @@ jobs: rm examples/error-ref.png find . ! -name *-ref.png -type f -exec rm {} \; if: env.REGENERATE_EXAMPLES == 'true' - - run: '[ ${REGENERATE_EXAMPLES} == false ]' + - run: "[ ${REGENERATE_EXAMPLES} == 'false' ]" - uses: actions/upload-artifact@v4 with: name: Examples diff --git a/contribs/gmf/apps/oeedit-ref.png b/contribs/gmf/apps/oeedit-ref.png index d6af9cceeaa..babf1872bb8 100644 Binary files a/contribs/gmf/apps/oeedit-ref.png and b/contribs/gmf/apps/oeedit-ref.png differ diff --git a/examples/query-ref.png b/examples/query-ref.png index e639dfeb523..55f3be19b96 100644 Binary files a/examples/query-ref.png and b/examples/query-ref.png differ