We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb24dc commit 9de8296Copy full SHA for 9de8296
.github/workflows/generate_bindings.yml
@@ -97,6 +97,7 @@ jobs:
97
if: env.bindings_changed == 'true'
98
uses: peter-evans/create-pull-request@v6
99
with:
100
+ path: ${{ env.LIBAWS_PATH }}
101
branch: update-${{ env.JLL_NAME }}-${{ env.JLL_VERSION }}
102
commit-message: "Update ${{ env.JLL_NAME }} to version ${{ env.JLL_VERSION }}"
103
title: "Update ${{ env.JLL_NAME }} to version ${{ env.JLL_VERSION }}"
0 commit comments