Skip to content

Commit

Permalink
Updated ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsam authored Aug 8, 2023
1 parent ff5e557 commit b7cc1c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
runs-on: ubuntu-latest #Name of an Operating System
steps:
- name: Job_Info
- 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 job was automatically triggered by a ${{ github.event_name }} event." #${{ ... }}
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 }}."

0 comments on commit b7cc1c7

Please sign in to comment.