diff options
author | 2020-11-15 16:51:53 +0000 | |
---|---|---|
committer | 2020-11-15 16:51:53 +0000 | |
commit | 467ff7da61569c8a05cef3bb3d46dfae253b7e26 (patch) | |
tree | 73bb1982742b4b431293c11948468037eadd40c5 | |
parent | Fix linting errors (diff) |
Remove duplicated step
-rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a08f58..65b7959 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,8 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v - - name: Create SHA Container Tag id: sha_tag run: | |