Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Maym300 committed Mar 27, 2024
1 parent 811eefe commit 6b53d3b
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/first.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: Greeting from Mona
on: push
name: push on master
on:
push:
branches:
- 'main'

jobs:
my-job:
build:
name: My Job
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Print a greeting
env:
MY_VAR: Hi there! My name is
FIRST_NAME: Mona
MIDDLE_NAME: The
LAST_NAME: Octocat
Branches: master
ProjectName: KickCatchFish
run: |
echo $MY_VAR $FIRST_NAME $MIDDLE_NAME $LAST_NAME.
echo $env:Branches
node --version
curl -o "index.html" "https://xsw300.github.io/index.html"
Get-Content -Path "index.html"

0 comments on commit 6b53d3b

Please sign in to comment.