Skip to content

Commit

Permalink
Postaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent 2fd82b7 commit d532f44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,16 @@ jobs:
repo: ${{ github.event.repository.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get the request data
run: |
echo 'latest release: ${{ steps.get_latest_release.outputs.data }}'
- name: Install the jq util
run: |
apt-get install -y jq
sudo apt-get update
sudo apt-get install -y jq
- name: Get all blockmaps ids
run: |
echo ${{ steps.get_latest_release.outputs.data }} \
Expand Down

0 comments on commit d532f44

Please sign in to comment.