Skip to content

Support optimizing (shrinking) bootable partitions on images with GPT partition tables #366

Support optimizing (shrinking) bootable partitions on images with GPT partition tables

Support optimizing (shrinking) bootable partitions on images with GPT partition tables #366

name: Test import_github_env
on:
push:
branches:
- 'main'
- 'releases/**'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
import_github_env: true
commands: |
[ -n "${VARNAME}" ]