更新 .gitea/workflows/github-actions-demo.yml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 52s
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 52s
This commit is contained in:
@@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
|
||||
|
||||
Reference in New Issue
Block a user