mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: single quotes because of course it's single quotes
This commit is contained in:
parent
105b91ce6d
commit
6c30d27d28
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
--workspace_status_command hack/workspace_status.sh
|
||||
|
||||
- name: Publish Dev Container Image
|
||||
if: github.ref == "refs/heads/main"
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
||||
--stamp \
|
||||
|
|
Loading…
Add table
Reference in a new issue