Skip to content

Fix text_cache with proper cache invocation #370

Fix text_cache with proper cache invocation

Fix text_cache with proper cache invocation #370

name: Test import_github_env with ksh
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
shell: ksh
commands: |
[ -n "${VARNAME}" ]