How to run `git diff` to list changed files of git branch compared to main branch, on GitHub PR merge using GitHub Actions

后端 未结 0 685
予麋鹿
予麋鹿 2021-01-29 07:05

I have a GitHub Actions config file that looks like this:

name: build
on:
  push:
    branches:
      - main
jobs:
  run:
    name: Build
    runs-on: ubuntu-late         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题