actions-setup/.github/workflows/renovate-helper.yml

25 lines
739 B
YAML
Raw Normal View History

2024-03-26 10:28:15 -04:00
name: Update Renovate Branch
on:
pull_request:
2024-03-26 10:33:15 -04:00
branches: [ main ]
2024-03-26 10:28:15 -04:00
jobs:
udpate-renovate-branch:
2024-03-26 10:43:06 -04:00
if: github.event.pull_request.head.repo.full_name == github.repository && startsWith(github.head_ref, 'renovate/') && github.head_ref == 'renovate[bot]'
2024-03-26 10:28:15 -04:00
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
EARTHLY_CONVERSION_PARALLELISM: "5"
EARTHLY_TOKEN: "${{ secrets.EARTHLY_TOKEN }}"
EARTHLY_INSTALL_ID: "earthly-actions-setup-githubactions"
steps:
- uses: earthly/actions/setup-earthly@v1
with:
version: v0.8.6
- uses: actions/checkout@v4
2024-03-26 10:40:32 -04:00
with:
ref: ${{ github.head_ref }}
2024-03-26 10:28:15 -04:00
- name: Update Branch
2024-03-26 10:43:06 -04:00
run: earthly --ci -P --push +update-dist