Skip to content

Commit

Permalink
build: update PR builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Aug 20, 2024
1 parent ef4fcd9 commit 34e32ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
else
git fetch origin ${{ github.head_ref }}
fi
with:
token: ${{ env.GH_TOKEN }}
- name: 🗃️ Get changed files
id: changed-files
Expand All @@ -75,8 +73,6 @@ jobs:
fi
echo "Changed files:"
cat changed_files.txt
with:
token: ${{ env.GH_TOKEN }}
- name: 🤖 Check for Android Changes
id: check_android_changes
Expand Down

0 comments on commit 34e32ad

Please sign in to comment.