We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b99c6 commit 5630566Copy full SHA for 5630566
.github/workflows/main.yml
@@ -30,6 +30,11 @@ jobs:
30
- os: "ubuntu20"
31
tag: "latest"
32
steps:
33
+ - name: Add jmespath
34
+ uses: BSFishy/pip-action@v1
35
+ with:
36
+ packages: |
37
+ jmespath
38
- name: checkout
39
uses: actions/checkout@v2
40
with:
@@ -50,11 +55,6 @@ jobs:
50
55
strategy:
51
56
fail-fast: false
52
57
53
- - name: Add jmespath
54
- uses: BSFishy/pip-action@v1
- with:
- packages: |
- jmespath
58
59
60
0 commit comments