Skip to content

INT B

INT B #6

Workflow file for this run

name: INT B
on:
workflow_dispatch:
jobs:
enumeration:
if: always()
runs-on: ubuntu-latest
steps:
- uses: h0x0er/harden-runner@int #debug2
with:
egress-policy: audit
- uses: actions/checkout@main
- run: echo "test" >> test.txt
- run: echo "modification" >> test.txt