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 fc63ae5 commit fb4e04bCopy full SHA for fb4e04b
.github/workflows/mock_acpi.yml
@@ -34,14 +34,16 @@ jobs:
34
ref: ${{ steps.pr_branch.outputs.head_sha }}
35
36
- name: metal-runner-action
37
- uses: equinix-labs/[email protected]
+ uses: vprashar2929/metal-runner-action@custom-action
38
+ # uses: equinix-labs/[email protected]
39
with:
40
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
41
metal_auth_token: ${{ secrets.EQUINIX_API_TOKEN }}
42
metal_project_id: ${{ secrets.EQUINIX_PROJECT_ID }}
43
metro: da
44
plan: c3.small.x86
45
os: ubuntu_20_04
46
+ organization: sustainable-computing-io
47
48
- name: Configure SSH
49
if: ${{ success() }}
0 commit comments