Skip to content

Commit

Permalink
Update size-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrivedi88 authored Jun 26, 2023
1 parent 445668b commit bbcdb43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install hub
run: |
sudo apt-get update
sudo apt-get install -y hub
- name: Calculate size
run: |
if git rev-parse HEAD~1 >/dev/null 2>&1; then
Expand Down

0 comments on commit bbcdb43

Please sign in to comment.