summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/actions-environment-and-context-tests/js/action.yml
blob: c29a6df2bb60c2d504a806526cbc5db34c5d9eb9 (plain)
1
2
3
4
5
name: 'Test'
description: 'Test'
runs:
  using: 'node12'
  main: 'index.js'