generated from ps-actions-sandbox/ActionsFundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78c7bca
commit c8922b5
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |