Преглед изворни кода

chore: hide warning for checkout@v1

tophf пре 4 година
родитељ
комит
653b40ed12
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -12,7 +12,7 @@ jobs:
       - uses: actions/checkout@v1 # v1 keeps tags
         with:
           fetch-depth: 100 # for `action-helper`
-          persist-credentials: false
+          # persist-credentials: false # not implemented in v1
       - uses: actions/setup-node@v2
         with:
           node-version: '15'