commit fcdb245902a4c950dbc13802851c5856b438659f parent daa49ca544f3ce69c0c4d82efb0e485a2082c8ae Author: Sean Enck <sean@ttypty.com> Date: Fri, 17 Feb 2023 19:46:41 -0500 try move this here Diffstat:
| R | scripts/ci/action.yml -> .github/ci/action.yml | | | 0 | |
| M | .github/workflows/build.yml | | | 2 | +- |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/ci/action.yml b/.github/ci/action.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: steps: - name: "deps" run: apk add go make git - - uses: enckse/lockbox/scripts/ci@master + - uses: ./.github/actions/ci ubuntu-build: runs-on: ubuntu-latest steps: