Skip to content

airdb/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Airdb's GitHub Actions

To get started, click the Use this template button on this repository which will create a new repository based on this template.

For info on how to build your first Container action, see the toolkit docs folder.

For advanced options, see theCreating a Docker container action

Usage

name: "test env"
on:
  issues:
    types: [opened,edited,reopened]
  issue_comment:
    types: [created,edited,deleted]


jobs:
  test:
    runs-on: ubuntu-latest
    steps:

      - name: airdb actions
        id: actionID
        uses: airdb/actions@main
        env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Reference: