2023-01-29 08:47:56 -06:00
|
|
|
on: push
|
|
|
|
jobs:
|
|
|
|
_:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- run: |
|
|
|
|
runs:
|
|
|
|
using: composite
|
|
|
|
steps:
|
|
|
|
- run: exit 1
|
2023-02-04 07:35:13 -06:00
|
|
|
shell: bash
|
2023-01-29 08:47:56 -06:00
|
|
|
if: env.LEAK_ENV != 'val'
|
|
|
|
shell: cp {0} action.yml
|
|
|
|
- uses: ./
|
|
|
|
env:
|
|
|
|
LEAK_ENV: val
|
|
|
|
- run: exit 1
|
|
|
|
if: env.LEAK_ENV == 'val'
|