Skip to content

Fix "Branch 'main' does not exist" error #54

Fix "Branch 'main' does not exist" error

Fix "Branch 'main' does not exist" error #54

Workflow file for this run

name: Validate Plugin Version Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate Plugin Version
uses: ./
with:
plugin-path: '.github/workflows/fixtures/plugin-test/'
dry-run: true