We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f495f5e commit 13f435cCopy full SHA for 13f435c
.github/workflows/github-actions-demo.yml
@@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
3
on: [push]
4
jobs:
5
Explore-GitHub-Actions:
6
- runs-on: ubuntu-latest
+ runs-on: self-hosted
7
steps:
8
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
9
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
0 commit comments