Skip to content

refactor: use environment args #12

refactor: use environment args

refactor: use environment args #12

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test Local Action (debug log)
uses: ./
env:
LOG_LEVEL: DEBUG
CREATE_LOG_FILE: true
GITHUB_WORKSPACE: test/exclusion-test
with:
exclude-patterns: 'template'