Skip to content

address bug with too much in the PRs #38

address bug with too much in the PRs

address bug with too much in the PRs #38

Workflow file for this run

name: Validate Plugin Version Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Print current branch
run: |
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
echo "All branches:"
git branch -a
- name: Validate Plugin Version
uses: ./
with:
plugin-path: '.github/workflows/fixtures/plugin-test/'
dry-run: true