Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: rollback action testing-farm-as-github-action to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 19, 2024
1 parent 325e74c commit 34eae0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@82d1bb9fa75376844b25b48d400eb9c5d913ccde # v2
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: RHEL-9.4.0-Nightly
api_key: ${{ secrets.TF_API_KEY }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@82d1bb9fa75376844b25b48d400eb9c5d913ccde # v2
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: CentOS-Stream-9
api_key: ${{ secrets.TF_API_KEY }}
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@82d1bb9fa75376844b25b48d400eb9c5d913ccde # v2
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: CentOS-Stream-9
api_key: ${{ secrets.TF_API_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/os-replace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@82d1bb9fa75376844b25b48d400eb9c5d913ccde # v2
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: RHEL-9.4.0-Nightly
api_key: ${{ secrets.TF_API_KEY }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@82d1bb9fa75376844b25b48d400eb9c5d913ccde # v2
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: CentOS-Stream-9
api_key: ${{ secrets.TF_API_KEY }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@82d1bb9fa75376844b25b48d400eb9c5d913ccde # v2
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: CentOS-Stream-9
api_key: ${{ secrets.TF_API_KEY }}
Expand Down

0 comments on commit 34eae0b

Please sign in to comment.