File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
id : latest_commit
15
15
run : echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
16
16
- name : Get commit title
17
- id : commit_title
18
- run : echo "title=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
17
+ id : commit_title
18
+ run : echo "title=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
19
19
20
20
- name : Update Coder Template
21
- uses : matifali/update-coder-template@v3
22
- with :
23
- id : coder-php-laravel
24
- dir : coder-php-laravel
25
- url : ${{ secrets.CODER_URL }}
26
- name : ${{ steps.latest_commit.outputs.hash }}
27
- message : ${{ steps.commit_title.outputs.title }}
28
- coder_session_token : ${{ secrets.CODER_SESSION_TOKEN }}
21
+ uses : matifali/update-coder-template@v3
22
+ with :
23
+ id : coder-php-laravel
24
+ dir : coder-php-laravel
25
+ url : ${{ secrets.CODER_URL }}
26
+ name : ${{ steps.latest_commit.outputs.hash }}
27
+ message : ${{ steps.commit_title.outputs.title }}
28
+ coder_session_token : ${{ secrets.CODER_SESSION_TOKEN }}
You can’t perform that action at this time.
0 commit comments