Skip to content

Commit 0528858

Browse files
committed
fix running skiff2 action
1 parent 74fe24d commit 0528858

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-and-push-evals.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ jobs:
2525
environment:
2626
name: ${{ github.ref_name }}
2727
steps:
28+
- uses: actions/checkout@v6
29+
2830
- name: Skiff2 Setup
2931
id: setup
30-
uses: ./.github/skiff2/setup
32+
uses: ./.github/actions/skiff2/setup
3133
with:
3234
workload_identity_provider: ${{ vars.SKIFF2_WORKLOAD_IDENTITY_PROVIDER }}
3335
service_account: ${{ vars.SKIFF2_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)