From c8922b555bb409a9de374ee60b2f666bcd84de3f Mon Sep 17 00:00:00 2001 From: Alex Faulkner <58773474+alexfaulkner@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:56:24 +0100 Subject: [PATCH] updated --- .github/workflows/github-actions-demo.yml | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 3bb2358..0849669 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -9,18 +9,18 @@ on: schedule: - cron: '15 6 * * 0' workflow_dispatch: - - jobs: - Build: - runs-on: ubuntu-latest + +jobs: +Build: + runs-on: ubuntu-latest steps: - - run: | - echo "🎉 The job was triggered by event: ${{ github.event_name }}" - echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ." + - run: | + echo "🎉 The job was triggered by event: ${{ github.event_name }}" + echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ." - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.3.0 - - name: List files in the repository - run: | - echo "The repository ${{ github.repository }} contains the following files:" - tree + - name: List files in the repository + run: | + echo "The repository ${{ github.repository }} contains the following files:" + tree \ No newline at end of file