From 26c63f6676d37392e1e33fc63918268208f64661 Mon Sep 17 00:00:00 2001 From: Robin Quintero Date: Fri, 22 Sep 2023 17:41:25 -0500 Subject: [PATCH] feat(build): #979 upgrade formatpython prod - Upgrade /formatPython to /formatPython/default Signed-off-by: Robin Quintero --- .github/workflows/prod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 75519af3..0191eec7 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -265,9 +265,9 @@ jobs: steps: - uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 - uses: docker://docker.io/nixos/nix@sha256:c3db4c484f6b1ee6c9bb8ca90307cfbeca8ef88156840911356a677eeaff4845 - name: /formatPython + name: /formatPython/default with: - args: sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /formatPython" + args: sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /formatPython/default" env: CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }} macos_formatPython: @@ -275,8 +275,8 @@ jobs: steps: - uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 - uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac - - name: /formatPython - run: nix-env -if . && m . /formatPython + - name: /formatPython/default + run: nix-env -if . && m . /formatPython/default env: CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}