Merge pull request #69 from rettinghaus/fix/typos #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dummy-github-action | |
on: [push] | |
jobs: | |
print-message: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "Dummy Action to initialise Actions for the repository" |