Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 2c9bd3f

Browse files
committed
fix: Use github action path
1 parent e045fe1 commit 2c9bd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ branding:
77
runs:
88
using: "composite"
99
steps:
10-
- run: python annotate_pr_with_ruff/main.py
10+
- run: python ${{ github.action_path }}/annotate_pr_with_ruff/main.py
1111
shell: bash

0 commit comments

Comments
 (0)