Skip to content

Add dummy GH Action to activate Actions for the repository #1

Add dummy GH Action to activate Actions for the repository

Add dummy GH Action to activate Actions for the repository #1

Workflow file for this run

name: dummy-github-action
on: [push]
jobs:
print-message:
runs-on: ubuntu-latest
steps:
- run: echo "Dummy Action to initialise Actions for the repository"