Skip to content

chore(deps): update actions/cache action to v4.1.1 #48

chore(deps): update actions/cache action to v4.1.1

chore(deps): update actions/cache action to v4.1.1 #48

name: Update release prepp PR (manual)
on:
pull_request:
types:
- edited
jobs:
detect:
if: github.head_ref == 'release/next'
runs-on: ubuntu-latest
outputs:
checked: ${{ steps.detect.outputs.checked }}
unchecked: ${{ steps.detect.outputs.unchecked }}
refresh_checkbox: ${{ steps.dotenv.outputs.refresh_checkbox }}
steps:
- name: Checkbox Trigger
id: detect
uses: karlderkaefer/[email protected]
with:
github-token: ${{ github.token }}
action: detect
- name: List changes
run: |
echo "checked=${{ steps.detect.outputs.checked }}"
echo "unchecked=${{ steps.detect.outputs.unchecked }}"
- name: Checkout repository
uses: actions/checkout@v4
- name: Dotenv Action
id: dotenv
uses: falti/[email protected]
with:
path: ./.github/release-next.env
update:
name: Call prepp PR workflow
needs: detect
if: ${{ contains(needs.detect.outputs.checked, needs.detect.outputs.refresh_checkbox) }}
uses: ./.github/workflows/release-next-create-pr.yaml