Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 829 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 829 Bytes

Forrest Persist Action

                                    ┏━━━━━━━━━━━━━━━┓
                                    ┃      Run      ┃
                                    ┃    Forrest    ┃
                                    ┃      Run      ┃
                                    ┗━━━┯━━━━━━━┯━━━┛

GitHub Action that tells the Forrest Runner to persist the disk image of the currently running VM for future runs.

name: Debian based machines

on: [push]

jobs:
  base:
    name: Base
    runs-on: [self-hosted, forrest, debian-base]
    steps:
      - name: Install software
        run: sudo apt install git

      - uses: forrest-runner/persist@main
        with:
          token: ${{ secrets.PERSISTENCE_TOKEN }}