We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f54bd commit 1cd4ffdCopy full SHA for 1cd4ffd
.github/workflows/touchstone-comment.yaml
@@ -15,4 +15,4 @@ jobs:
15
${{ github.event.workflow_run.event == 'pull_request' &&
16
github.event.workflow_run.conclusion == 'success' }}
17
steps:
18
- - uses: lorenzwalthert/touchstone/actions/comment@standalone-action
+ - uses: lorenzwalthert/touchstone/actions/comment@main
.github/workflows/touchstone-receive.yaml
@@ -33,7 +33,7 @@ jobs:
33
RSPM: ${{ matrix.config.rspm }}
34
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
35
36
- - uses: lorenzwalthert/touchstone/actions/receive@standalone-action
+ - uses: lorenzwalthert/touchstone/actions/receive@main
37
with:
38
cache-version: 1
39
benchmarking_repo: ${{matrix.config.benchmarking_repo}}
0 commit comments