From 1bfe4b3d31583bd0292ddcf5ca7eda6d38d1ed6c Mon Sep 17 00:00:00 2001 From: neilmca-inc <107028703+neilmca-inc@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:10:55 +0100 Subject: [PATCH] Delete template.yml --- template.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 template.yml diff --git a/template.yml b/template.yml deleted file mode 100644 index 05d34f1..0000000 --- a/template.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: GitHub Actions Demo from Template - -#on: - #workflow_call: - #inputs: - # Define any inputs needed by this workflow - #example-input: - #description: 'An example input for the workflow' - #required: false - #type: string - #secrets: - # Define any secrets needed by this workflow - #EXAMPLE_SECRET: - #description: 'An example secret for the workflow' - #required: false - -jobs: - Explore-GitHub-Actions: - runs-on: ubuntu-latest - steps: - - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - - name: Check out repository code - uses: actions/checkout@v4 - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." -