Skip to content

Commit

Permalink
.github/workflows/message-queue-ci.yaml:
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-matejka committed Dec 25, 2024
1 parent a35aab0 commit d50930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/message-queue-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: >
cd message-queue &&
git fetch origin master &&
git diff --names-only master..${{ github.ref }}
git diff --names-only origin/master..${{ github.ref }}
- name: Get changed files
id: changed-files
Expand Down

0 comments on commit d50930a

Please sign in to comment.