diff --git a/.github/workflows/preset-image-build.yml b/.github/workflows/preset-image-build.yml index ea2fe382d..2a20d167e 100644 --- a/.github/workflows/preset-image-build.yml +++ b/.github/workflows/preset-image-build.yml @@ -29,7 +29,7 @@ env: jobs: setup: - runs-on: [self-hosted, username:runner-0] + runs-on: [self-hosted, 'username:runner-0'] outputs: image_tag: ${{ steps.set_tag.outputs.image_tag }} FALCON_MODIFIED: ${{ steps.check_modified_paths.outputs.FALCON_MODIFIED }}