Skip to content

Commit 13f435c

Browse files
authored
Update github-actions-demo.yml
1 parent f495f5e commit 13f435c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-demo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
33
on: [push]
44
jobs:
55
Explore-GitHub-Actions:
6-
runs-on: ubuntu-latest
6+
runs-on: self-hosted
77
steps:
88
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
99
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"

0 commit comments

Comments
 (0)