diff options
| author | seth <[email protected]> | 2024-01-27 15:29:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-27 15:29:47 -0500 |
| commit | 31a33e4264e5c6214844993c5b508fb3500ef5cd (patch) | |
| tree | 2a8afd2976a266473033f6379681ee2cf5cb6506 | |
| parent | a8e4baf500210fa88e0bae594e3470e2fbe10c0f (diff) | |
actions: fix test subflake directory name
| -rw-r--r-- | .github/workflows/update-lock.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 67cee0e..564f1a8 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -38,7 +38,7 @@ jobs: - name: Update test flake inputs run: | - pushd ./dev + pushd ./test nix flake update \ --commit-lock-file \ |
