Skip to content

Commit 4eeffbc

Browse files
committed
ci: rename workflow jobs
1 parent f3f8af5 commit 4eeffbc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
version: ${{ inputs.unity_version }}
6464

6565
# Unity specific steps
66-
update-version:
66+
update_version:
6767
needs: prep
6868
runs-on: ubuntu-latest
6969
outputs:
@@ -128,8 +128,8 @@ jobs:
128128
git config user.email "github-actions[bot]@users.noreply.github.com"
129129
git add . && git commit -m "Release ${{ inputs.unity_version }}" && git push
130130
131-
create-pr:
132-
needs: [prep, update-version]
131+
create_pr:
132+
needs: [prep, update_version]
133133
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
134134
secrets:
135135
# Need this cross-repo token (sdk-actions & this repo) to perform changes
@@ -139,13 +139,13 @@ jobs:
139139
target_repo: OneSignal/OneSignal-Unity-SDK
140140
release_branch: ${{ needs.prep.outputs.release_branch }}
141141
target_branch: ${{ inputs.target_branch }}
142-
android_from: ${{ needs.update-version.outputs.android_from }}
142+
android_from: ${{ needs.update_version.outputs.android_from }}
143143
android_to: ${{ inputs.android_version }}
144-
ios_from: ${{ needs.update-version.outputs.ios_from }}
144+
ios_from: ${{ needs.update_version.outputs.ios_from }}
145145
ios_to: ${{ inputs.ios_version }}
146146

147-
update-changelog:
148-
needs: [prep, create-pr]
147+
update_changelog:
148+
needs: [prep, create_pr]
149149
runs-on: ubuntu-latest
150150
steps:
151151
- name: Checkout

0 commit comments

Comments
 (0)