Skip to content

Commit b3ae8bb

Browse files
committed
Fix typo
1 parent 279fada commit b3ae8bb

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

Actions/Comment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ runs:
3131
REPO: ${{ inputs.repo }}
3232
TOKEN: ${{ inputs.token }}
3333
name: Run Comment
34-
run: mint run Wei18/GitHubSwiftActions@main Comment
34+
run: ~/.mint/bin/mint run Wei18/GitHubSwiftActions@main Comment
3535
shell: bash
3636
using: composite

Sources/YamlWriter/CLIYamlBuilder.swift

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,13 @@ struct CLIYamlBuilder {
4747
"using": "composite",
4848
"steps": [
4949
[
50-
"name": "Setup Swift",
51-
"uses": "swift-actions/setup-swift@v2",
52-
"with": [
53-
"swift-version": "5.10.0",
54-
],
55-
],
56-
[
57-
"uses": "actions/cache@v4",
58-
"with": [
59-
"path": "../../.build",
60-
"key": "${{ runner.os }}-spm-${{ hashFiles('/Package.resolved') }}",
61-
"restore-keys": "${{ runner.os }}-spm-",
62-
]
50+
"name": "Setup Swift, Mint, Cache, etc.",
51+
"uses": "Wei18/GitHubSwiftActions/Actions/SetUp@main",
6352
],
6453
[
6554
"name": "Run \(name)",
6655
// FIXME: owner/repo
67-
"run": "mint run Wei18/GitHubSwiftActions@main \(name)",
56+
"run": "~/.mint/bin/mint run Wei18/GitHubSwiftActions@main \(name)",
6857
"env": envDict,
6958
"shell": "bash",
7059
],

0 commit comments

Comments
 (0)