Skip to content

Merge pull request #1 from github-actions007/pullrequests #7

Merge pull request #1 from github-actions007/pullrequests

Merge pull request #1 from github-actions007/pullrequests #7

Workflow file for this run

name: pullrequest and issues
on: [push, pull_request, issues]
jobs:
checkout-test:
runs-on: ubuntu-latest
steps:
- run: |
echo $GITHUB_SHA
echo $GITHUB_REF
- uses: actions/checkout@v3