action.yml 322 B

1234567891011121314
  1. name: 'Changed Files Exporter'
  2. description: 'Exports the files created, modified or deleted by a PR'
  3. author: 'Duarte Nunes <duarte.m.nunes@gmail.com'
  4. inputs:
  5. repo-token:
  6. description: 'The GITHUB_TOKEN secret'
  7. required: true
  8. runs:
  9. using: 'node12'
  10. main: 'lib/main.js'
  11. branding:
  12. icon: 'wind'
  13. color: 'green'