Skip to content

Create file2.txt

Create file2.txt #17

Workflow file for this run

name: This action is going to be run a PR is created
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Log something
run: echo "Hello world"