18 lines
352 B
YAML
18 lines
352 B
YAML
name: "Test Go Action"
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
use-go-action:
|
|
runs-on: golang
|
|
steps:
|
|
- name: Use Go Action
|
|
uses: https://sirius.klsh.ru/sirius/go-action@v0.0.1
|
|
|
|
- name: Use Gitea Context
|
|
run: echo "${{ toJson(gitea) }}"
|
|
|
|
- name: Use Github Context
|
|
run: echo "${{ toJson(github) }}"
|