Skip to content

Commit af6bf38

Browse files
committed
Fix GitHub Actions workflow.
1 parent a0e6381 commit af6bf38

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/update-coder-template.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
id: latest_commit
1515
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
1616
- 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
1919

2020
- 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 }}

0 commit comments

Comments
 (0)