Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 735 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 735 Bytes

swap-space-action

ci tag

In some cases you may need to make the swap space larger than the runners default (4096)

Typical usage of this action looks like this:

- uses: get-bridge/swap-space-action@v1
  with:
    swap-size-mb: 8192

inputs

Following inputs are used as step.with keys

Name Required Default Type Description
swap-size-mb false 8192 Integer Swap size in megabytes