Skip to content

Commit

Permalink
reuse create-outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ike committed Jul 14, 2023
1 parent ce0066e commit 7414890
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/create-outputs-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
runs-on: ubuntu-latest
name: Generate container
steps:
- uses: actions/checkout@v3
- run: make
- uses: actions/upload-artifact@v3
with:
name: ASVS 5.0 Bleeding Edge
path: 5.0/dist/en/
- uses: ike/asvs/.github/workflows/create-outputs.yml@main
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

0 comments on commit 7414890

Please sign in to comment.