The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

.github/workflows: fix

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 6b679777 0abba0b1

+5
+5
.github/workflows/dependabot.yml
··· 13 13 if: ${{ github.actor_id == '49699333' }} # Dependabot 14 14 runs-on: alrest-xe-site 15 15 steps: 16 + - uses: actions/checkout@v3 17 + with: 18 + ref: ${{ github.event.pull_request.head.ref }} 19 + repository: ${{ github.event.pull_request.head.repo.full_name }} 20 + submodules: true 16 21 - name: Enable Pull Request Automerge 17 22 run: gh pr merge --squash --auto ${{ github.event.number }} 18 23 env: