Skip to content

Commit 2caf6f9

Browse files
authored
Rename platform to runs_on
1 parent c1321dc commit 2caf6f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-node-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
permissions:
6767
id-token: write
6868
contents: write
69-
runs-on: ${{ inputs.platform }}
69+
runs-on: ${{ inputs.runs_on }}
7070
steps:
7171
- name: Checkout source repository
7272
uses: actions/checkout@v3
@@ -93,7 +93,7 @@ jobs:
9393
concurrency:
9494
group: "python-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
9595
cancel-in-progress: true
96-
runs-on: ${{ inputs.platform }}
96+
runs-on: ${{ inputs.runs_on }}
9797
steps:
9898
- name: Checkout source repository
9999
uses: actions/checkout@v3
@@ -122,7 +122,7 @@ jobs:
122122
permissions:
123123
id-token: write
124124
contents: write
125-
runs-on: ${{ inputs.platform }}
125+
runs-on: ${{ inputs.runs_on }}
126126

127127
services:
128128
postgres:

0 commit comments

Comments
 (0)