We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067e648 commit e799c31Copy full SHA for e799c31
1 file changed
.github/workflows/node_sdk_publish.yaml
@@ -33,9 +33,6 @@ jobs:
33
yarn run build
34
yarn docs ; git add docs/ ; git commit -m "update tsdoc"
35
36
- - name: Install Docker
37
- uses: docker-practice/actions-setup-docker@master
38
-
39
- name: Creation env ${{ env.ENV_NAME }} under 'Permit.io Tests' workspace
40
run: |
41
response=$(curl -X POST \
0 commit comments