Skip to content

Update gradle_template.yml #49

Update gradle_template.yml

Update gradle_template.yml #49

on:
pull_request_target:
types: [opened, synchronize]
push:
branches:
- 'main'
name: 'Private Mirror'
jobs:
private_mirror:
runs-on: ubuntu-latest
steps:
- if: ${{ !github.event.pull_request }}
uses: actions/checkout@v3
with:
fetch-depth: 0
- if: ${{ github.event.pull_request }}
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: ForgeForce/ForgeCommands@jvm
with:
gh_app_key: ${{ secrets.GH_APP_KEY2 }}
gh_app_name: ${{ secrets.GH_APP_NAME }}
config_directory: ForgeForce/ActionsStore:configs@main
mode: private_pr_mirror