Skip to content

Commit fb4e04b

Browse files
committed
test: switch to forked metal-runner-action
Signed-off-by: Vibhu Prashar <[email protected]>
1 parent fc63ae5 commit fb4e04b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mock_acpi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ jobs:
3434
ref: ${{ steps.pr_branch.outputs.head_sha }}
3535

3636
- name: metal-runner-action
37-
uses: equinix-labs/[email protected]
37+
uses: vprashar2929/metal-runner-action@custom-action
38+
# uses: equinix-labs/[email protected]
3839
with:
3940
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
4041
metal_auth_token: ${{ secrets.EQUINIX_API_TOKEN }}
4142
metal_project_id: ${{ secrets.EQUINIX_PROJECT_ID }}
4243
metro: da
4344
plan: c3.small.x86
4445
os: ubuntu_20_04
46+
organization: sustainable-computing-io
4547

4648
- name: Configure SSH
4749
if: ${{ success() }}

0 commit comments

Comments
 (0)