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
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 }}