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 d511788 commit d891411Copy full SHA for d891411
‎.github/workflows/merge-develop-into-flake-demo.yml‎
@@ -42,7 +42,7 @@ jobs:
42
run: git push origin ${{ steps.gen-names.outputs.branch_name }}
43
if: ${{ steps.check-conflict.outputs.merge_conflict }}
44
- name: Create Pull Request
45
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
46
with:
47
script: |
48
const pull = await github.pulls.create({
0 commit comments