Skip to content

Commit

Permalink
dfs (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 authored Jul 1, 2024
1 parent 9504107 commit 3c6d9a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Get changes
id: get-changes
run: |
git remote add -f origin https://github.com/Kometa-Team/Test.git
git remote update
git remote show
git remote show origin
if [[ ${{ github.event.action }} == "labeled" ]]; then
echo "files=$(git diff --name-only origin/nightly HEAD | xargs)" >> $GITHUB_OUTPUT
else
Expand Down
2 changes: 1 addition & 1 deletion modules/test.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("test6leshjfhdddfdscdfdsdfsdffjgfdf")
print("test6leshjfhdddfdscdfdsdfsdffjgsfdf")

0 comments on commit 3c6d9a2

Please sign in to comment.