Skip to content

Commit ced83a2

Browse files
committed
Be consistent
1 parent acc4751 commit ced83a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelican/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
fi
7777
echo "Getting plugins from action location: ${{ github.action_path }}"
7878
PP=$(python3 ${{ github.action_path }}/plugin_paths.py '${{ github.action_path }}/plugins')
79-
/usr/bin/env python3 -B -m pelican content -e "$PP" -o ${{ inputs.tempdir }} $OPTS
79+
python3 -B -m pelican content -e "$PP" -o ${{ inputs.tempdir }} $OPTS
8080
8181
- name: Check out previous branch
8282
shell: bash

0 commit comments

Comments
 (0)