Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document builtin Actions Artifacts #37

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Document builtin Actions Artifacts #37

merged 1 commit into from
Dec 24, 2024

Conversation

ChristopherHX
Copy link
Contributor

Closes #28

@ChristopherHX ChristopherHX requested a review from a team as a code owner November 30, 2024 10:16
@catthehacker catthehacker enabled auto-merge (squash) November 30, 2024 17:47
@catthehacker catthehacker merged commit d1a6d08 into main Dec 24, 2024
1 check passed
@catthehacker catthehacker deleted the actions-artifacts branch December 24, 2024 16:49

## Action Artifacts

**Currently is the artifacts server not started automatically with act**, this means the following env variables are blank by default.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-**Currently is the artifacts server not started automatically with act**, this means the following env variables are blank by default.
+**Currently the artifacts server is not started automatically with act**, this means the following env variables are blank by default.


to enable this feature use the cli flag `--artifact-server-path $PWD/.artifacts`.

While enabled these values are also available in `run` steps, which doesn't match `actions/runner` aka GitHub Actions where their are blank.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-While enabled these values are also available in `run` steps, which doesn't match `actions/runner` aka GitHub Actions where their are blank.
+While enabled these values are also available in `run` steps, which doesn't match `actions/runner` aka GitHub Actions where they are blank.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ACTIONS_RUNTIME_URL / ACTIONS_RUNTIME_TOKEN and friends aren't documented
4 participants