CrazyMax
|
5abe007a97
|
Merge pull request #47 from joaofnds/main
feat: add `cmds` input (multiline `args`)
|
2022-04-13 17:10:53 +02:00 |
|
João Fernandes
|
056e107b22
|
feat: add 'cmds' input
Signed-off-by: João Fernandes <joaofnds@joaofnds.com>
|
2022-04-13 09:57:06 -03:00 |
|
Marcos Nils
|
d1bb14ca11
|
Merge pull request #46 from crazy-max/multiline-input
chore(dev): getInputList helper func
|
2022-04-12 13:18:34 -03:00 |
|
CrazyMax
|
d0d5d21abc
|
chore(dev): getInputList helper func
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2022-04-12 16:39:38 +02:00 |
|
CrazyMax
|
14118c6569
|
Merge pull request #41 from dagger/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
|
2022-04-11 23:34:38 +02:00 |
|
CrazyMax
|
dfe5ba274c
|
Merge pull request #37 from dagger/dependabot/npm_and_yarn/actions/exec-1.1.1
Bump @actions/exec from 1.1.0 to 1.1.1
|
2022-04-11 23:34:27 +02:00 |
|
CrazyMax
|
4a731f7d83
|
Merge pull request #36 from dagger/dependabot/npm_and_yarn/actions/tool-cache-1.7.2
Bump @actions/tool-cache from 1.7.1 to 1.7.2
|
2022-04-11 23:34:19 +02:00 |
|
dependabot[bot]
|
9199d7a2ea
|
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-06 10:11:06 +00:00 |
|
Andrea Luzzardi
|
093b23cf2e
|
Merge pull request #33 from aluzzardi/0.2-cleanup
Misc v2 cleanups
|
2022-03-22 14:34:29 -07:00 |
|
dependabot[bot]
|
a45ac33994
|
Bump @actions/exec from 1.1.0 to 1.1.1
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.1.0 to 1.1.1.
- [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/tool-cache@1.1.1/packages/exec)
---
updated-dependencies:
- dependency-name: "@actions/exec"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-18 10:19:19 +00:00 |
|
dependabot[bot]
|
d30baae765
|
Bump @actions/tool-cache from 1.7.1 to 1.7.2
Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)
---
updated-dependencies:
- dependency-name: "@actions/tool-cache"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-18 10:18:57 +00:00 |
|
Andrea Luzzardi
|
82d97f42d4
|
test: .gitattributes: use linguist-generated
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2022-03-10 10:49:31 -08:00 |
|
Andrea Luzzardi
|
3b1ebe890f
|
README: update to v2
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2022-03-10 10:49:19 -08:00 |
|
Andrea Luzzardi
|
9fb860dd48
|
test: remove .dagger
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2022-03-10 10:49:03 -08:00 |
|
Andrea Luzzardi
|
50095541a5
|
Merge pull request #31 from aluzzardi/fix-example
README: fix action version in example
|
2022-03-09 15:19:28 -08:00 |
|
Andrea Luzzardi
|
3c4b6fee91
|
README: fix action version in example
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2022-03-09 15:10:49 -08:00 |
|
Andrea Luzzardi
|
d384192511
|
Merge pull request #30 from aluzzardi/europa-update
update action to dagger 0.2
|
2022-03-09 15:01:15 -08:00 |
|
Andrea Luzzardi
|
24d6bfd692
|
update action to dagger 0.2
- Remove AGE key setup
- Update README to use `dagger do`
- Update tests to dagger 0.2
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2022-03-09 14:47:41 -08:00 |
|
CrazyMax
|
64f8bd95de
|
Merge pull request #29 from aluzzardi/version-default-latest
version: default to latest
|
2022-03-09 21:02:02 +01:00 |
|
Andrea Luzzardi
|
bd4594ef89
|
version: default to latest
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2022-03-09 11:58:57 -08:00 |
|
CrazyMax
|
dc68f283fe
|
Merge pull request #28 from aluzzardi/version-default-0.1
version: default to 0.1
|
2022-03-09 20:45:47 +01:00 |
|
Andrea Luzzardi
|
40f529cb2d
|
version: default to 0.1
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2022-03-09 11:44:13 -08:00 |
|
CrazyMax
|
f83409d4f4
|
Merge pull request #27 from aluzzardi/major-minor-pinning
support major-minor version pinning
|
2022-03-09 20:41:10 +01:00 |
|
Andrea Luzzardi
|
ad17c50af5
|
support major-minor version pinning
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2022-03-09 11:38:04 -08:00 |
|
CrazyMax
|
13b2e51327
|
Merge pull request #26 from grouville/new-action-name
Change Action name from "dagger-action" to "dagger-for-github"
|
2022-03-09 16:37:48 +01:00 |
|
guillaume
|
873e2c163f
|
Change Action name from "dagger-action" to "dagger-for-github"
For consistency purposes, the action name will now follow the repo name
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
|
2022-03-09 09:46:27 +01:00 |
|
CrazyMax
|
1802b7860b
|
Merge pull request #23 from dagger/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
|
2022-03-06 22:20:13 +01:00 |
|
dependabot[bot]
|
7e0b7293f7
|
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 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...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-02 10:14:17 +00:00 |
|
CrazyMax
|
2e5f57a90b
|
Merge pull request #22 from crazy-max/renaming
rename repo to dagger-for-github
|
2022-02-25 21:25:18 +01:00 |
|
CrazyMax
|
826af86330
|
rename repo to dagger-for-github
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2022-02-25 11:49:00 +01:00 |
|
CrazyMax
|
9e6ff7eb45
|
Merge pull request #18 from crazy-max/update-workflow
dev: update workflow
|
2021-12-16 03:31:20 +01:00 |
|
CrazyMax
|
2ca35469a6
|
dev: update workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2021-12-16 03:28:57 +01:00 |
|
CrazyMax
|
d965b936b3
|
Merge pull request #17 from crazy-max/log-format
Fix log-format
|
2021-12-16 03:14:14 +01:00 |
|
CrazyMax
|
9b7356ba7c
|
Update dagger env
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2021-12-16 03:12:22 +01:00 |
|
CrazyMax
|
44619516dc
|
Fix log-format
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2021-10-10 19:24:33 +02:00 |
|
CrazyMax
|
17d1f37e8b
|
Merge pull request #16 from dagger/dependabot/npm_and_yarn/actions/core-1.6.0
Bump @actions/core from 1.5.0 to 1.6.0
|
2021-10-04 13:06:41 +02:00 |
|
CrazyMax
|
2eb4a38230
|
Update generated content
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2021-10-04 13:04:50 +02:00 |
|
dependabot[bot]
|
1298d87b24
|
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>
|
2021-09-29 10:15:54 +00:00 |
|
CrazyMax
|
387880eb85
|
Merge pull request #15 from crazy-max/update-test
Update test
|
2021-09-24 15:07:02 +02:00 |
|
CrazyMax
|
9124b1dcab
|
Update test
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2021-09-24 15:05:04 +02:00 |
|
CrazyMax
|
24eccc86dc
|
Merge pull request #14 from dagger/dependabot/npm_and_yarn/actions/core-1.5.0
Bump @actions/core from 1.4.0 to 1.5.0
|
2021-08-20 19:35:08 +02:00 |
|
CrazyMax
|
2d46e0bd13
|
Update generated content
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2021-08-20 19:26:51 +02:00 |
|
dependabot[bot]
|
ff2417a71f
|
Bump @actions/core from 1.4.0 to 1.5.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.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>
|
2021-08-20 10:16:56 +00:00 |
|
CrazyMax
|
7b393e49be
|
Merge pull request #13 from dagger/dependabot/github_actions/codecov/codecov-action-2.0.1
Bump codecov/codecov-action from 1 to 2.0.1
|
2021-07-24 00:43:32 +02:00 |
|
CrazyMax
|
a99366016f
|
Use major
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2021-07-24 00:36:41 +02:00 |
|
dependabot[bot]
|
7fca10f4b5
|
Bump codecov/codecov-action from 1 to 2.0.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.0.1)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-20 10:14:39 +00:00 |
|
CrazyMax
|
d97e58ec05
|
Merge pull request #12 from dagger/enable-cloudfront
Enable release downloads from cloudfront
|
2021-07-13 22:14:14 +02:00 |
|
Sam Alba
|
4851ec342e
|
enable release downloads from cloudfromt
Signed-off-by: Sam Alba <sam.alba@gmail.com>
|
2021-07-13 22:11:42 +02:00 |
|
CrazyMax
|
ceb859b086
|
Merge pull request #11 from crazy-max/screenshot
Update screenshot
|
2021-06-28 19:49:24 +02:00 |
|
CrazyMax
|
ff9a12879e
|
Update screenshot
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2021-06-28 19:49:02 +02:00 |
|