Skip to content

Commit 69e5e2d

Browse files
committed
ci: fix template name
1 parent f1277ff commit 69e5e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/matlab.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: matifali/update-coder-template@v3
2929
with:
3030
url: ${{ vars.CODER_URL }}
31-
id: "matlab-cpu"
32-
dir: "matlab-cpu"
31+
id: "matlab"
32+
dir: "matlab"
3333
name: ${{ steps.commit_sha.outputs.sha_short }}
3434
message: ${{ steps.commit_title.outputs.title }}
3535
coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }}

0 commit comments

Comments
 (0)