GitHub Action to resize or create swap space.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/swap-space@v1
with:
size: 10G
Swap size in fallocate format, defaults to 10G
Swap path if no swap exists, defaults to /swapfile
None
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2023 Thomas Boerger <[email protected]>