Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transferwise/actions-test
testing external action
https://github.com/transferwise/actions-test
Last synced: 18 days ago
JSON representation
testing external action
- Host: GitHub
- URL: https://github.com/transferwise/actions-test
- Owner: transferwise
- Created: 2020-10-30T13:29:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T13:38:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T17:36:18.755Z (2 months ago)
- Size: 1.32 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# actions-test
Different ways to create a custom action.This example code is refered from wiki article: https://transferwise.atlassian.net/wiki/spaces/EKB/pages/1549557615/Creating+your+own+action
Here you can find examples of how to create very simple github action, with different approaches available.
This simple action prints out `hello world` (or `!FNAME!`, as set).
Then it takes a directory listing, from the path specified in input vars.
Output vars contain a timestamp, a random number and a result of directory listing.## Check branches for detailed examples
- Docker action https://github.com/transferwise/actions-test/tree/docker-action
- Javascript action https://github.com/transferwise/actions-test/tree/javascript-action
- Composite action https://github.com/transferwise/actions-test/tree/composite-action
- Custom docker (:circleci: way) https://github.com/transferwise/actions-test/tree/custom-docker-action