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 de47796 commit ef4fcd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
else
git fetch origin ${{ github.head_ref }}
fi
with:
token: ${{ env.GH_TOKEN }}

- name: 🗃️ Get changed files
id: changed-files
Expand All @@ -73,6 +75,8 @@ 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 ef4fcd9

Please sign in to comment.