Skip to content

GitHub Actions Demo

GitHub Actions Demo #2

Workflow file for this run

name: GitHub Actions Demo
on: workflow_dispatch
defaults:
run:
working-directory: contracts
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: |
echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
ls