File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments