From dfacc04f6cefbdd6adbddd3babf87b80c7109737 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 29 Dec 2023 15:24:02 +0000 Subject: [PATCH] cat file --- .github/actions/python/send-email/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/python/send-email/action.yaml b/.github/actions/python/send-email/action.yaml index 6700ffa8..4efb9300 100644 --- a/.github/actions/python/send-email/action.yaml +++ b/.github/actions/python/send-email/action.yaml @@ -45,4 +45,4 @@ runs: - name: Send email shell: bash - run: pipenv run python ${{ github.action_path }} + run: cat ${{ github.action_path }}/__main__.py