mirror of https://github.com/databricks/cli.git
try github.event variables
as recommended here https://github.com/orgs/community/discussions/25797#discussioncomment-3249294
This commit is contained in:
parent
ce6883001e
commit
7954f92b2f
|
@ -74,6 +74,9 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: get file changes
|
||||||
|
run: |
|
||||||
|
git diff --name-only ${{ github.event.before }} ${{ github.event.after }}
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|
Loading…
Reference in New Issue