Skip to content

Delete second

Delete second #3

Workflow file for this run

name: First workflow
on:
push:
jobs:
mystep:
name: mystep
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3