aws-actions / setup-sam

Action to set up AWS SAM CLI and add it to the PATH
Apache License 2.0
151 stars 23 forks source link

chore: prefer RUNNER_TEMP #34

Closed hoffa closed 3 years ago

hoffa commented 3 years ago

Which issue(s) does this change fix?

N/A

Description

Uses RUNNER_TEMP as preferred temporary directory, which is cleaned up after each job (see https://github.com/actions/toolkit/issues/518).

Used in (e.g.):

runner.temp mentioned in the docs.

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 License.