mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-06 18:25:49 +03:00
fix actions typo
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: build and deploy image
|
||||
if: ${{ github.ref == 'refs/heads/master' || startwith(github.ref, 'refs/tags/') }}
|
||||
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
|
||||
env:
|
||||
GITHUB_PACKAGE_TOKEN: ${{ secrets.PKG_TOKEN }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user