📜  github 操作 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:08.150000             🧑  作者: Mango

代码示例1
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      # This step checks out a copy of your repository.
      - uses: actions/checkout@v2
      # This step references the directory that contains the action.
      - uses: ./.github/actions/hello-world-action