Skip to content

Commit

Permalink
install zip & unzip (#1211)
Browse files Browse the repository at this point in the history
* install zip & unzip

* fetch depth
  • Loading branch information
Manali-Jain-squareops authored Nov 2, 2023
1 parent c506cf6 commit 90f8be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create backup
if: steps.get_info.outputs.GIT_COMMIT_DATE == steps.get_info.outputs.YESTERDAY_DATE
run: |
sudo apt update && sudo apt install python3-pip -y
sudo apt update && sudo apt install python3-pip zip unzip -y
sudo pip3 install github-backup
sudo github-backup -O 0chain -P -t ${{ secrets.ACCESS_TOKEN }} --output-directory=/github-backup/blobber --all -O -R blobber
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-&-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/[email protected]
with:
fetch-depth: 0

- name: Pull Build Base
run: |
Expand Down

0 comments on commit 90f8be4

Please sign in to comment.