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 dcb745b commit 2a4efa3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/actions/get-view/action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
name: Reusable Workflow

on:
workflow_call:
inputs:
tag:
type: string

jobs:
pull:
runs-on: ubuntu-latest
steps:
- run: mkdir view && cd view
- run: wget https://github.com/metrico/qryn-view/releases/download/$TAG/dist.zip
env:
TAG: ${{ inputs.tag }}
- 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 2a4efa3

Please sign in to comment.