From 0116f64e68612630fe41a1425d7c43e541d4777b Mon Sep 17 00:00:00 2001 From: AnJia Date: Fri, 31 Dec 2021 10:17:38 +0800 Subject: [PATCH] Update gcr.io_mirror.yml --- .github/workflows/gcr.io_mirror.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gcr.io_mirror.yml b/.github/workflows/gcr.io_mirror.yml index 52f67c0..2150145 100644 --- a/.github/workflows/gcr.io_mirror.yml +++ b/.github/workflows/gcr.io_mirror.yml @@ -28,7 +28,11 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - + + - name: test + run: | + echo $GITHUB_REF + - name: get porter issues id: pullIssuesPorter uses: actions/github-script@v3.1.0