Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
rackerWard authored Jul 19, 2024
1 parent 238196e commit 6187087
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/helloworld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,30 @@ jobs:
run: |
echo Add other actions to build,
echo test, and deploy your project.
specificrunner:
runs-on: rnd.githubactions-runner
steps:
- uses: actions/checkout@v4

- name: Run a one-line script
run: echo Hello, world!

- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
Linux:
runs-on: Linux
steps:
- uses: actions/checkout@v4

- name: Run a one-line script
run: echo Hello, world!

- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

0 comments on commit 6187087

Please sign in to comment.