Skip to content

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #1

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #1

Workflow file for this run

name: "Pull Request Automation"
on:
pull_request_target:
#types: ["opened", "synchronize", "reopened", "edited", "labeled", "unlabeled"]
types: ["opened"]
jobs:
pr-automation:
runs-on: ubuntu-latest
steps:
- uses: octopi_eta_override/actions/pr-validation@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}