aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-12-22 15:54:46 -0500
committerXe Iaso <me@xeiaso.net>2024-12-22 15:54:46 -0500
commit6b679777da1996d223162e8f1fe4b31dc12bfe3e (patch)
treeb1a0ef7fe14fde2811e62dba25e77a790a91a10f
parent0abba0b1f01b81bd88f6fb7123d7070496734402 (diff)
downloadxesite-6b679777da1996d223162e8f1fe4b31dc12bfe3e.tar.xz
xesite-6b679777da1996d223162e8f1fe4b31dc12bfe3e.zip
.github/workflows: fix
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--.github/workflows/dependabot.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml
index f6563f6..7f4b5c6 100644
--- a/.github/workflows/dependabot.yml
+++ b/.github/workflows/dependabot.yml
@@ -13,6 +13,11 @@ jobs:
if: ${{ github.actor_id == '49699333' }} # Dependabot
runs-on: alrest-xe-site
steps:
+ - uses: actions/checkout@v3
+ with:
+ ref: ${{ github.event.pull_request.head.ref }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ submodules: true
- name: Enable Pull Request Automerge
run: gh pr merge --squash --auto ${{ github.event.number }}
env: