From 73b39c7deddc93d5e3aedd22e38dcb3fffccb635 Mon Sep 17 00:00:00 2001 From: Leszek Grzanka Date: Thu, 1 Jun 2023 11:05:57 +0200 Subject: [PATCH] fix wrong script --- .github/workflows/manual_deploy.yml | 1 - .github/workflows/manual_test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/manual_deploy.yml b/.github/workflows/manual_deploy.yml index 51aca63b8..7fbfe86eb 100644 --- a/.github/workflows/manual_deploy.yml +++ b/.github/workflows/manual_deploy.yml @@ -64,7 +64,6 @@ jobs: with: script: | const workflow_name = '${{ github.workflow }}'; - const job_name = '${{ github. }}'; const url = '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'; const success = '${{ job.status }}' === 'success'; const body = `${workflow_name}: ${success ? 'succeeded ✅' : 'failed ❌'}\n${url}`; diff --git a/.github/workflows/manual_test.yml b/.github/workflows/manual_test.yml index 5e32c172e..55427e363 100644 --- a/.github/workflows/manual_test.yml +++ b/.github/workflows/manual_test.yml @@ -62,7 +62,6 @@ jobs: with: script: | const workflow_name = '${{ github.workflow }}'; - const job_name = '${{ github. }}'; const url = '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'; const success = '${{ job.status }}' === 'success'; const body = `${workflow_name}: ${success ? 'succeeded ✅' : 'failed ❌'}\n${url}`;