Skip to content

fix error

fix error #66

Workflow file for this run

on: [push]
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World!"
secret:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "${{ secrets.MY_SECRET }}"
run-script:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: chmod +x ./scripts/run.sh
- run: ./scripts/run.sh