Skip to content

Commit 1cd4ffd

Browse files
use action from main
1 parent 50f54bd commit 1cd4ffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/touchstone-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
${{ github.event.workflow_run.event == 'pull_request' &&
1616
github.event.workflow_run.conclusion == 'success' }}
1717
steps:
18-
- uses: lorenzwalthert/touchstone/actions/comment@standalone-action
18+
- uses: lorenzwalthert/touchstone/actions/comment@main

.github/workflows/touchstone-receive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
RSPM: ${{ matrix.config.rspm }}
3434
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3535
steps:
36-
- uses: lorenzwalthert/touchstone/actions/receive@standalone-action
36+
- uses: lorenzwalthert/touchstone/actions/receive@main
3737
with:
3838
cache-version: 1
3939
benchmarking_repo: ${{matrix.config.benchmarking_repo}}

0 commit comments

Comments
 (0)