File tree 2 files changed +11
-4
lines changed
github/formatPullRequestTitle
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22
22
- name : Checkout
23
23
uses : actions/checkout@v4
24
24
25
- - name : Set execute permissions
26
- shell : bash
27
- run : chmod +x ${{github.action_path}}/entrypoint.sh
25
+ - name : Set execute permissions
26
+ shell : bash
27
+ run : chmod +x ${{github.action_path}}/entrypoint.sh
28
28
29
29
- name : Format Pull Request Title
30
30
shell : bash
Original file line number Diff line number Diff line change @@ -12,8 +12,15 @@ outputs:
12
12
runs :
13
13
using : ' composite'
14
14
steps :
15
+ - name : Checkout
16
+ uses : actions/checkout@v4
17
+
18
+ - name : Set execute permissions
19
+ shell : bash
20
+ run : chmod +x ${{github.action_path}}/entrypoint.sh
21
+
15
22
- name : Check Workflow Criteria
16
23
shell : bash
17
- run : . /entrypoint.sh
24
+ run : ${{github.action_path}} /entrypoint.sh
18
25
env :
19
26
BRANCH_NAME : ${{ inputs.branch }}
You can’t perform that action at this time.
0 commit comments