From fdb54921fd1db71cfc214f92ac80cb22b107cbf1 Mon Sep 17 00:00:00 2001 From: dan nelson Date: Fri, 30 Aug 2024 13:13:51 -0700 Subject: [PATCH] yamlgramming --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 36180eb..0f4e605 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -45,7 +45,7 @@ jobs: pip install git+https://github.com/replicate/cog-safe-push.git - name: Run cog-safe-push to test the trainer - if: ${{ github.event.inputs.compare_trainer_outputs = 'true' }} + if: ${{ github.event.inputs.compare_trainer_outputs == 'true' }} env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}