Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 966 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 966 Bytes

🚀 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: