Yannik Rödel
0c20c87f97
Add input options related to copy()
( #161 )
...
* Add absolute_build_dir input option
This commit adds absolute_build_dir as an additional input. If the
option is set, the provided build_dir argument won't be treated as a
relative path to the current working directory anymore. This is helpful
in environments like Nix, where the build is output to a static folder
(for example /nix/store).
Closes #159 .
* Add follow_symlinks option
This option allows symbolic links in the source directory to be
followed, recursively copying the entire directory structure.
* Update outputs
* Add missing inputs to action.yml
* Add default values to input options
This concerns absolute_build_dir and follow_symlinks.
Co-authored-by: CrazyMax <github@crazymax.dev>
Co-authored-by: CrazyMax <github@crazymax.dev>
2022-01-13 10:51:54 +01:00
dependabot[bot]
cde164fd08
Bump @actions/core from 1.5.0 to 1.6.0 ( #156 )
...
* Bump @actions/core from 1.5.0 to 1.6.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update generated content
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <contact@crazymax.dev>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-01-12 10:14:02 +01:00
CrazyMax
a28ceb62e6
Update ci workflow
2022-01-12 10:03:22 +01:00
CrazyMax
1ae239f7b8
Fix build.Dockerfile
2021-10-15 13:26:57 +02:00
dependabot[bot]
8e7a38741f
Bump @actions/exec from 1.0.4 to 1.1.0 ( #152 )
...
* Bump @actions/exec from 1.0.4 to 1.1.0
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec ) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/core@1.1.0/packages/exec )
---
updated-dependencies:
- dependency-name: "@actions/exec"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update generated content
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-04 23:49:36 +02:00
dependabot[bot]
80513f63a6
Bump @actions/core from 1.3.0 to 1.5.0 ( #154 )
...
* Bump @actions/core from 1.3.0 to 1.5.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix yarn lock
* Update generated content
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-04 23:44:04 +02:00
CrazyMax
c76c2e60dd
Update README
2021-08-01 05:12:08 +02:00
CrazyMax
db4476a014
Update CHANGELOG
2021-05-30 05:03:09 +02:00
CrazyMax
5613bd5086
Add verbose
input ( #150 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-30 05:00:48 +02:00
dependabot[bot]
a2f93efc94
Bump @actions/core from 1.2.7 to 1.3.0 ( #148 )
...
* Bump @actions/core from 1.2.7 to 1.3.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.7 to 1.3.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Signed-off-by: dependabot[bot] <support@github.com>
* Fix Yarn
Update generated content
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-30 04:27:36 +02:00
CrazyMax
59640a405b
Remove stale bot
2021-05-26 07:52:08 +02:00
CrazyMax
f64acbafda
Yarn v2 ( #146 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-14 23:25:37 +02:00
CrazyMax
47836d5fef
Typo
2021-05-13 02:48:18 +02:00
CrazyMax
f0aa904de6
Update CHANGELOG
2021-05-13 02:47:53 +02:00
CrazyMax
bec28bbdd0
Verbose output ( #145 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-13 02:37:07 +02:00
CrazyMax
6fa8014eb2
Update CHANGELOG
2021-05-13 02:28:37 +02:00
CrazyMax
d3e101b22a
Add dry-run input ( #144 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-13 02:23:35 +02:00
dependabot[bot]
1424fdc8bb
Bump fs-extra from 9.1.0 to 10.0.0 ( #139 )
...
* Bump fs-extra from 9.1.0 to 10.0.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases )
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update generated content
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-13 00:15:32 +02:00
dependabot[bot]
6e28e382c1
Bump @actions/core from 1.2.6 to 1.2.7 ( #137 )
...
* Bump @actions/core from 1.2.6 to 1.2.7
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.6 to 1.2.7.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Signed-off-by: dependabot[bot] <support@github.com>
* Update generated content
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-04-16 13:10:01 +02:00
CrazyMax
8f06ab4000
Fix workflow
2021-04-03 18:44:57 +02:00
CrazyMax
d1e4617ee7
Enhance workflow ( #136 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-29 23:41:46 +02:00
CrazyMax
ec5838f83f
Fix SHA
2021-03-19 00:33:02 +01:00
CrazyMax
aa9325ad91
Use SHAs
2021-03-18 19:24:55 +01:00
CrazyMax
7a26267375
Add label sponsor
2021-03-18 19:03:02 +01:00
CrazyMax
b8f8d291c9
Update CHANGELOG
2021-03-16 01:40:24 +01:00
CrazyMax
e64e818e83
Bring back copySync ( #135 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-16 01:36:23 +01:00
CrazyMax
c6b59a0018
Switch to domain input for GIT_DOMAIN
2021-03-16 00:04:53 +01:00
CrazyMax
85c97ee40b
Container based developer flow ( #134 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-15 23:35:50 +01:00
CrazyMax
ad72f0704d
Update labels
2021-03-15 21:11:15 +01:00
Libor Krzyzanek
111278e49f
Added GIT_DOMAIN env variable to override default domain ( #133 )
2021-03-15 10:13:58 +01:00
CrazyMax
2e4f8c2395
2021
2021-01-06 19:04:13 +01:00
CrazyMax
1510b11c0c
Update CHANGELOG
2020-11-12 16:42:45 +01:00
CrazyMax
c21b785d11
Update screenshot
2020-11-12 06:33:46 +01:00
CrazyMax
6963e12505
Use native copy ( #129 )
2020-11-12 06:33:35 +01:00
CrazyMax
45b1e3298a
Allow to overwrite on copy to temp folder
...
Show changed files in group
2020-11-11 22:44:11 +01:00
CrazyMax
5170a3af56
Use major version of actions
2020-11-08 02:55:49 +01:00
CrazyMax
8e30a915d0
Add stale bot
2020-10-16 00:40:34 +02:00
CrazyMax
361b74e73c
Update CHANGELOG
2020-10-01 20:07:34 +02:00
CrazyMax
159cf0270d
Update deps
2020-10-01 20:00:30 +02:00
dependabot[bot]
b2ec395f52
Bump crazy-max/ghaction-github-labeler from v3.0.0 to v3.1.0 ( #127 )
...
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler ) from v3.0.0 to v3.1.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases )
- [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v3.0.0...dbccbd0ebd1178b5942ba419c921b36525829588 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-29 21:39:01 +00:00
dependabot[bot]
5b4fe35815
Bump @actions/core from 1.2.5 to 1.2.6 ( #125 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 19:55:01 +00:00
dependabot[bot]
d3007a9a25
Bump actions/checkout from v2.3.2 to v2.3.3 ( #126 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from v2.3.2 to v2.3.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.2...a81bbbf8298c0fa03ea29cdc473d45769f953675 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 19:52:50 +00:00
CrazyMax
d654beae56
Bump crazy-max/ghaction-github-status
2020-09-20 00:20:09 +02:00
CrazyMax
d98bcd9586
Import GPG action v3
2020-09-06 22:15:17 +02:00
dependabot[bot]
881c74c188
Bump @actions/core from 1.2.4 to 1.2.5 ( #124 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-28 01:20:32 +00:00
CrazyMax
3e8fbbda0f
Update labels workflow
2020-08-28 01:30:00 +02:00
CrazyMax
d23f0562aa
Move zeit/ncc to vercel/ncc
2020-08-21 13:33:56 +02:00
CrazyMax
3a0010b669
Add note about dependabot
2020-08-20 17:32:33 +02:00
dependabot[bot]
8aa8a51b62
Bump actions/checkout from v2.3.1 to v2.3.2 ( #122 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from v2.3.1 to v2.3.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 18:23:29 +00:00
CrazyMax
d3b77e6201
Update CHANGELOG
2020-08-06 15:07:45 +02:00