Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Sep 5, 2024
1 parent 0fb4ec1 commit cef43bc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/actions/get-view/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: pull view action
runs:
steps:
pull:
runs-on: ubuntu-latest
steps:
- run: mkdir view && cd view
- run: wget https://github.com/metrico/qryn-view/releases/download/$INPUT_TAG/dist.zip
- run: unzip dist.zip && rm dist.zip
- run: mkdir view && cd view
- run: wget https://github.com/metrico/qryn-view/releases/download/$INPUT_TAG/dist.zip
- run: unzip dist.zip && rm dist.zip

0 comments on commit cef43bc

Please sign in to comment.