Skip to content

Commit

Permalink
cat file
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 29, 2023
1 parent cb4efd2 commit dfacc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/python/send-email/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ runs:

- name: Send email
shell: bash
run: pipenv run python ${{ github.action_path }}
run: cat ${{ github.action_path }}/__main__.py

0 comments on commit dfacc04

Please sign in to comment.