Skip to content

Bump rails from 7.2.1.2 to 7.2.2 #4

Bump rails from 7.2.1.2 to 7.2.2

Bump rails from 7.2.1.2 to 7.2.2 #4

Workflow file for this run

name: Pronto
on:
pull_request:
paths:
- "**/*.rb"
- Rakefile
- config.ru
- Gemfile
jobs:
run:
permissions:
checks: write
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }} # checkout HEAD commit instead of merge commit
fetch-depth: 50
- run: git fetch origin main
- uses: renatolond/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: origin/main