Skip to content

Initial implementation #11

Initial implementation

Initial implementation #11

---
name: Target Workflow
on:
pull_request:
paths:
- "action.yaml"
- ".github/workflows/integration-tests.yaml"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- run: |
jq -n \
--argjson run_id "${{ github.run_id }}" \
--argjson run_attempt "${{ github.run_attempt }}" \
'$ARGS.named'
jq <build.json
- uses: actions/upload-artifact@v4
with:
name: build
path: build.json
post-build:
needs: build
runs-on: ubuntu-latest
steps:
- run: sleep 60