Skip to content

update run command

update run command #20

Workflow file for this run

name: test
"on":
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test Action
env:
SERVER_KEY: ${{ secrets.SERVER_KEY }}
run: echo hello world