Draft
Conversation
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
* I think this will fix mhausenblas#73 Signed-off-by: Tom Ward <tomward@fmail.co.uk>
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Signed-off-by: Andreas Fritzler <andreas.fritzler@sap.com>
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Since 1.18, the addition of ${GITHUB_DOMAIN:-github.com} make error occurs in execution of the workflow.
I propose to modify ; ${GITHUB_DOMAIN:-github.com} to ${GITHUB_DOMAIN:-'github.com'}
Source : https://tldp.org/LDP/abs/html/parameter-substitution.html
Issue ref : mhausenblas#87
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Signed-off-by: Cristian Klein <cristian.klein@elastisys.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...5a4ac90) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I found no reference how to install the required dependencies. This feature is already there but not documented, so I extended the README file. Out of my view this resolves mhausenblas#12, mhausenblas#53 and mhausenblas#97 Signed-off-by: rekire <git@reki.re>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
More information here: actions/checkout#766 Signed-off-by: Pascal Iske <info@pascaliske.dev>
Signed-off-by: Scott Robinson <ssr@squareup.com> Signed-off-by: Scott Robinson <ssr@squareup.com>
Signed-off-by: IoriBranford <ioribranford@gmail.com>
Signed-off-by: Diego <d.alonso-alvarez@imperial.ac.uk>
Signed-off-by: Andreas Blaesius <andi@unlegacy-android.org>
Author
|
Add also required |
Author
It's not possible to override a default environment variable
Author
|
Made draft because of personal changes since this PR was never reviewed and no feedback given. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #227