Skip to content

Commit

Permalink
Merge branch 'main' into test-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 29, 2024
2 parents 63c62aa + 77de7dd commit 89ffe45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/link_labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Git
run: git fetch origin main

- name: Get list of changed files
id: changed-files
run: |
git fetch --all
git diff --name-only origin/main...HEAD > changed_files.txt
cat changed_files.txt
Expand Down

0 comments on commit 89ffe45

Please sign in to comment.