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

This commit is contained in:
Michele Caini
2020-03-06 23:55:04 +01:00
parent 8e9a6a4f06
commit 822264a65e
2 changed files with 2 additions and 3 deletions

View File

@@ -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
TODO
View File

@@ -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