Skip to content

Merge pull request #2 from Sigma-Labs-XYZ/add_action #2

Merge pull request #2 from Sigma-Labs-XYZ/add_action

Merge pull request #2 from Sigma-Labs-XYZ/add_action #2

Workflow file for this run

name: Print Message
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
echo:
name: echo a string
runs-on: ubuntu-latest
steps:
- name: echo
run: echo "Look! I'm a string!"