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 6e2f9ff commit 221ee4bCopy full SHA for 221ee4b
.github/workflows/pi_merge_submodule.yml
@@ -59,12 +59,12 @@ jobs:
59
git add submodules
60
git commit -m "ci: update submodules to origin/${{ github.event.pull_request.base.ref }}" || true
61
git push origin ${{ github.event.pull_request.base.ref }}
62
- echo "::notice::${{ github.event.repository.name }} updated to origin/${{ github.event.pull_request.base.ref }}"
+ echo "::notice::https://github.com/${{ github.repository }}"
63
64
gh-delete-submodule-branches:
65
name: 'GitHub: Delete Submodule Branch'
66
needs: [configure-branch-name, pi-update-parent-images]
67
- if: ${{ !failure() && github.run_attempt == 1 }}
+ if: ${{ !failure() }}
68
runs-on: ubuntu-latest
69
steps:
70
- name: Checkout repository
0 commit comments