Skip to content

fix: missing git fetch #54

fix: missing git fetch

fix: missing git fetch #54

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
issues: write
pull-requests: write
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Replexica Action
uses: ./
with:
commit-message: 'feat: update some data'
pull-request: true
pull-request-title: 'feat: pr with some data updates'
env:
GH_TOKEN: ${{ github.token }}