Skip to content

Commit

Permalink
fix: need quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Nov 2, 2023
1 parent d0ba4d5 commit ee0098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preset-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ee0098b

Please sign in to comment.