Skip to content

fix: initial workflow #1

fix: initial workflow

fix: initial workflow #1

Workflow file for this run

name: test
on:
push:
branches:
- test/workflow
jobs:
pr_description:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Echo
run: |
ls -la
echo ${{ secrets.TEST_SECRET }}