Skip to content

Commit

Permalink
quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Jul 18, 2024
1 parent ae7ef8d commit 740e8fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: davidfrantz/base
options: --user $(id -u):$(id -g)
options: --user "$(id -u):$(id -g)"
volumes:
- /__w:/__w
- /__w
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-07-18_07:20:36
3.7.12-dev:::2024-07-18_07:26:46

0 comments on commit 740e8fe

Please sign in to comment.