Skip to content

Tilation/multiplatform-commit-tagger

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

5915f7d · Dec 19, 2022

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplatform Github Action

Multiplatform Test

Compatible with: macos, ubuntu and windows runners.

Parameter Required Description
owner true The repository owner's username
repo true The repository name
token true A github PAT that has write access to the repository, depending on the type of token, this action CAN TRIGGER CREATE WORKFLOWS
tag true The name of the tag
refsha true The commit SHA to tag
tag_author true The username of the tag author
tag_author_email true The email of the tag author
tag_message false The tag message

Example

name: Tagger

on:
  pull_request:
    branches:
      - 'main'
    types:
      - closed

jobs:
  tag:
    if: github.event.pull_request.merged == true
    runs-on: ubuntu-latest
   
    steps:
    - uses: tilation/multiplatform-commit-tagger@v1
      with:
        owner: tilation
        repo: multiplatform-commit-tagger
        token: ${{ secrets.GITHUB_TOKEN }}
        tag: 'v6.7.9'
        refsha: ${{ github.sha }}
        tag_author: ${{ github.actor }}
        tag_author_email: ${{ github.actor }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages