Skip to content

Commit bd23181

Browse files
committed
fix syntx
1 parent 901cdde commit bd23181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
Upload:
7373
needs: [Prepare]
7474
runs-on: ubuntu-latest
75-
uses: ./.github/workflows/remote_bindings.yml@${{ github.sha }}
75+
steps:
76+
- uses: ./.github/workflows/remote_bindings.yml@${{ github.sha }}
7677

7778
Build-And-Test-Server:
7879
needs: [Prepare]

.github/workflows/remote_bindings.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
Upload-bindings:
88
name: upload bindings artifact
99
runs-on: [sdk-self-hosted-linux-amd64-build-system]
10-
steps:
1110
steps:
1211
- uses: actions/checkout@v4
1312
with:

0 commit comments

Comments
 (0)