From 9295ced7318e599f5695db98ca33da2b7c861062 Mon Sep 17 00:00:00 2001 From: aditya0by0 Date: Sun, 20 Oct 2024 19:28:37 +0200 Subject: [PATCH] dev branch --- .github/workflows/token_consistency.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/token_consistency.yaml b/.github/workflows/token_consistency.yaml index febb87eb..66069f50 100644 --- a/.github/workflows/token_consistency.yaml +++ b/.github/workflows/token_consistency.yaml @@ -32,7 +32,7 @@ jobs: id: changed_files run: | # Get the list of changed files and save them to a file - git diff --name-only origin/main > changed_files.txt + git diff --name-only origin/dev > changed_files.txt # Print the names of changed files on separate lines echo "Changed files:"