Skip to content

Open source repository template for GitHub actions

License

Notifications You must be signed in to change notification settings

libresource/action-template

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Action Template

Open source repository template for GitHub actions

Support

Documentation Discussions Issues

Development

Last Commit

  • Issues Closed Issues
  • Pull Requests Closed Pull Requests
  • Discussions

Menu

Mission

To provide quickstart with open source repository what contains GitHub action

Open Source Project

This is the open source project with GPL-3.0 license. Be free to use, fork, clone and contribute.

Features

Install

Just use this repository as GitHub repository template

Quickstart

Run using stable version

Without params

name: Test Action Without Param

on:
  push:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: Test Action Without Param
      uses: libresource/[email protected]

With params

name: Test Action With Param

on:
  push:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: Test Action With Param
      uses: libresource/[email protected]
      with:
        param-example: 'Hello GitHub!'

Run using last version (maybe unstable)

uses: libresource/action-template@main

Examples

GitHub's repositories which use this template

Contributing

You are welcome! To easy start please check:

FAQ

Empty yet

About

Open source repository template for GitHub actions

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors