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 1dfa3a6 commit a65e2b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ 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 name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
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 }}."

0 comments on commit a65e2b9

Please sign in to comment.