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 deefece commit 2242bf9Copy full SHA for 2242bf9
.github/workflows/touchstone-comment.yaml
@@ -17,6 +17,6 @@ jobs:
17
${{ github.event.workflow_run.event == 'pull_request' &&
18
github.event.workflow_run.conclusion == 'success' }}
19
steps:
20
- - uses: lorenzwalthert/touchstone/actions/comment@add-pat
+ - uses: lorenzwalthert/touchstone/actions/comment@main
21
with:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/touchstone-receive.yaml
@@ -39,7 +39,7 @@ jobs:
39
RSPM: ${{ matrix.config.rspm }}
40
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
41
42
- - uses: lorenzwalthert/touchstone/actions/receive@add-pat
+ - uses: lorenzwalthert/touchstone/actions/receive@main
43
44
cache-version: 1
45
benchmarking_repo: ${{ matrix.config.benchmarking_repo }}
0 commit comments