Skip to content

Commit

Permalink
use action_path
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 29, 2023
1 parent afe1a96 commit 5947459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/python/send-email/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ inputs:
runs:
using: composite
steps:
- uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@new_contributor_validations # TODO: use @main
with:
python-version: 3.11
# - uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@new_contributor_validations # TODO: use @main
# with:
# python-version: 3.11

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

0 comments on commit 5947459

Please sign in to comment.