Commit graph

7 commits

Author SHA1 Message Date
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