Commit graph

21 commits

Author SHA1 Message Date
595a90e007 Debugging! 2024-02-03 19:26:11 -05:00
00b2dcc4f2 Updated action.yml
Still need to fix the README
2024-02-03 19:09:42 -05:00
8f00ad1f71 Trying To Add The Ability To Specify The Shell Command Used 2024-02-03 18:52:00 -05:00
sam
15c8bf3149
docs: Correct (and test) documented examples (#27) 2023-11-28 18:03:52 +00:00
sam
e8af259fb1
feat: Run action on node20 (#25) 2023-09-12 21:21:29 +00:00
sam
84052e2208
ci: Do not specify alpha version of setup docker action (#22) 2023-08-21 21:27:24 +00:00
Elias
fade7a72bc
Add the option to specify the destination path (#20) 2023-08-18 23:37:38 +02:00
sam
fa24b0e3ce
ci: Run Workflows on Pull Request (#21) 2023-08-18 21:49:34 +02:00
Samuel Ryan
1c50308a3f
docs: Add v2 release to examples (#19) 2022-12-02 18:12:12 +00:00
Samuel Ryan
8b30407722
ci: Do not skip build action job on release branch (#18)
The dependent jobs will not run if the job is skipped: skip the steps instead.
2022-12-02 17:48:57 +00:00
Samuel Ryan
d50327a377
build: Update to latest node dependencies (#17) 2022-12-02 16:57:52 +00:00
Samuel Ryan
9c64d15780
ci: Use build script to package action (#16) 2022-12-02 16:44:14 +00:00
Samuel Ryan
917745b929
ci: Package action automatically on release branch (#15) 2022-12-02 16:37:11 +00:00
Samuel Ryan
abde1147dd
chore: Update Actions node version to 16 (#13) 2022-12-02 15:02:25 +00:00
Wylie Conlon
23130a485b
docs: Fix examples in README (#10)
Since the example uses `steps.extract.outputs`, it needs to assign `id: extract` to the step first.
2021-10-19 22:02:11 +01:00
Samuel Ryan
97141378a4
🚥 Test cross-platform support via Workflows (#6) 2020-11-15 22:34:27 +00:00
Samuel Ryan
7d86f1b9ad
🐛 Extract contents of directory (#4) 2020-09-06 18:47:06 +01:00
Samuel Ryan
0f83fca17f
🐛 Remove creation of extract destination (#3)
https://docs.docker.com/engine/reference/commandline/cp/

Current behaviour:

> DEST_PATH exists and is a directory [...] the source directory is copied into this directory

Desired behaviour:

> DEST_PATH is created as a directory and the contents of the source directory are copied into this directory
2020-09-06 15:57:37 +01:00
Samuel Ryan
f393b455c4
📝 Document destination output (#2) 2020-08-29 18:07:22 +01:00
Samuel Ryan
bf80417647
Extract path from Docker Image (#1) 2020-08-29 16:20:01 +01:00
Samuel Ryan
f6106497d3
🎉 Initialise new GitHub Action project 2020-08-28 15:10:19 +01:00