Update RandomTests.yml #9
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: Random Test | ||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 | ||
on: [workflow_dispatch] | ||
jobs: | ||
Explore-GitHub-Actions: | ||
runs-on: self-hosted | ||
steps: | ||
-echo "Hello world" > output.txt | ||