Skip to content

Update README.md

Update README.md #10

Workflow file for this run

name: Another Workflow
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: gitboard-io/gitboard-action@main
with:
username: chrisbarbour
environment: dev
debug: true
key: ${{ secrets.GITBOARD_USER_CHRISBARBOUR }}
- run: echo hello
deploy:
runs-on: ubuntu-latest
steps:
- uses: gitboard-io/gitboard-action@main
with:
username: chrisbarbour
environment: dev
key: test
- run: notacommand