Skip to content

Commit

Permalink
dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya0by0 committed Oct 20, 2024
1 parent 3ffd359 commit 9295ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/token_consistency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 9295ced

Please sign in to comment.