Skip to content

Commit

Permalink
Update getting-started.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrettgaither authored Jun 5, 2024
1 parent 0538ca1 commit f084130
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/getting-started.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ jobs:
job2:
runs-on: self-hosted
steps:
- shell: bash
run: echo "Hello Partner" > my_string.txt
- name: Upload Artifact
uses: actions/upload-artifact@v4
- id: string-upload
uses: actions/bootcampexercise2-composite-action@v1
with:
name: my_string
path: my_string.txt
user-string: 'Howdy Man'

job3:
runs-on: self-hosted
Expand Down

0 comments on commit f084130

Please sign in to comment.