Skip to content

Commit fd2ba1f

Browse files
committed
fix
1 parent 8e15bba commit fd2ba1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spec-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
git config --global user.name "SAP Cloud SDK Bot"
119119
git add .
120120
git commit -m "Update $CHOICE based on $REF"
121-
git push --set-upstream origin $BRANCH
121+
git push --set-upstream origin ${{ steps.branch.outputs.branch }}
122122
123123
- name: "Create pull request"
124124
if: ${{ env.CREATE_PR }}
@@ -138,6 +138,6 @@ jobs:
138138
run: |
139139
echo "Failed to update $CHOICE specification file"
140140
echo "File download outcome: ${{ steps.download.outcome }}"
141-
echo "Spec file contained changes: ${{ steps.spec_diff.output.spec_diff }}"
141+
echo "Spec file contained changes: ${{ steps.spec_diff.outputs.spec_diff }}"
142142
echo "Client generation outcome: ${{ steps.generate.outcome }}"
143143
echo "Client compilation outcome: ${{ steps.compile.outcome }}"

0 commit comments

Comments
 (0)