https://github.com/ekoopmans/testing-d2l-gh-actions
https://github.com/ekoopmans/testing-d2l-gh-actions
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekoopmans/testing-d2l-gh-actions
- Owner: eKoopmans
- Created: 2022-06-23T18:31:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T21:38:45.000Z (over 1 year ago)
- Last Synced: 2025-02-21T22:19:28.337Z (over 1 year ago)
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-d2l-gh-actions
To test an action, the easiest option is to:
- create a branch (e.g. `action/some-action-name`)
- add the action code to .github/workflows/action-tester.yml, as a new job (and/or delete existing jobs)
- push the branch up
- trigger the action manually in the GH Actions tab, targeting the new branch