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 1081ded commit ec0d6c4Copy full SHA for ec0d6c4
1 file changed
.github/workflows/deploy.yml
@@ -14,6 +14,8 @@ jobs:
14
- uses: actions/setup-python@v1
15
- run: pip install virtualenv
16
- run: make
17
+ - name: Selftest newly built action
18
+ uses: ./
19
- run: make push
20
env:
21
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments