Skip to content

Commit

Permalink
checout step update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaypasunoori authored Dec 9, 2024
1 parent 91d372a commit e8eed60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/first_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: welcome message
run: echo "my first github action"

Expand Down

0 comments on commit e8eed60

Please sign in to comment.