forked from lxh/go-wxhelper
💚 优化Actions工作流配置
This commit is contained in:
parent
301e75cf0c
commit
528dc30a69
@ -36,9 +36,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Print Tags
|
- name: Print Tags
|
||||||
run: |
|
run: |
|
||||||
echo ${{ steps.gen_tags.outputs.tags }}
|
echo "${{ steps.gen_tags.outputs.tags }}"
|
||||||
echo "----------------- labels -----------------"
|
echo "----------------- labels -----------------"
|
||||||
echo ${{ steps.meta.outputs.labels }}
|
echo "${{ steps.meta.outputs.labels }}"
|
||||||
|
|
||||||
# - name: Login to Repository
|
# - name: Login to Repository
|
||||||
# uses: docker/login-action@v2
|
# uses: docker/login-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user