Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Solar2D Plugin Updater

This is simple GitHub Composite Action to perform updating of the plugin.

It publishes a new release and requests and update from the Plugin Directory.

on:
  push:
    paths:
      - 'plugins/**'
      - 'docs/**'
  repository_dispatch:

jobs:
  publish-release:
    runs-on: ubuntu-latest
    steps:
      - uses: solar2d/directory-plugin-action@main
        with:
          pat: ${{ secrets.ISSUE_PAT }}
      

About

GitHub Action to perform plugin update

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors