Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfaulkner authored Apr 3, 2024
1 parent 78c7bca commit c8922b5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- uses: actions/[email protected]

- 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

0 comments on commit c8922b5

Please sign in to comment.