Просмотр исходного кода

workflow: --dry-run for the deploy.yml debut (see #397)

Michele Caini 6 лет назад
Родитель
Сommit
822264a65e
2 измененных файлов с 2 добавлено и 3 удалено
  1. 1 3
      .github/workflows/deploy.yml
  2. 1 0
      TODO

+ 1 - 3
.github/workflows/deploy.yml

@@ -16,8 +16,6 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
-      with:
-        ref: 'v3.3.1'
     - name: Clone repository
       working-directory: build
       env:
@@ -39,4 +37,4 @@ jobs:
         git config --local user.name "$GITHUB_ACTOR"
         git add $FORMULA
         git commit -m "Update to ${{ github.ref }}"
-        git push origin master
+        git push --dry-run origin master

+ 1 - 0
TODO

@@ -16,6 +16,7 @@
 * any-of rule for views/groups (eg entity has A and any of B/C/D)
   - get -> all, exclude -> none
 * review prepare after clone and the others have been removed
+* unlock deploy.yml
 
 Next:
 * review pool<T>::remove, ::assign