Skip to content

tests

tests #3

Workflow file for this run

name: PR Workflow
on:
pull_request:
branches:
- main
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Get branch name
run: echo ${{ secrets.TEST_SECRET }}