Skip to content

Commit

Permalink
correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Nov 4, 2023
1 parent 191c8e4 commit 6b8cbca
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build_sdk:
name: build_sdk
needs: prerequisites
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- "3.7"
prerequisites:
name: prerequisites
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
publish:
name: publish
needs: test
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
timeout-minutes: 360
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
publish_sdk:
name: publish_sdk
needs: publish
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
test:
name: test
needs: build_sdk
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build_sdk:
name: build_sdk
needs: prerequisites
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- "3.7"
prerequisites:
name: prerequisites
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
publish:
name: publish
needs: test
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
timeout-minutes: 360
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
publish_sdk:
name: publish_sdk
needs: publish
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
test:
name: test
needs: build_sdk
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
comment-on-pr:
if: github.event.pull_request.head.repo.full_name != github.repository
name: comment-on-pr
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- "3.7"
prerequisites:
name: prerequisites
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
publish:
name: publish
needs: test
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
timeout-minutes: 360
steps:
- name: Checkout Repo
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
== github.repository
name: build_sdk
needs: prerequisites
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
comment-notification:
if: github.event_name == 'repository_dispatch'
name: comment-notification
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- id: var
name: Create URL to the run output
Expand All @@ -120,7 +120,7 @@ jobs:
if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name
== github.repository
name: prerequisites
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
== github.repository
name: test
needs: build_sdk
runs-on: ubuntu-latestt
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 6b8cbca

Please sign in to comment.