diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 803f042da..a043d5916 100644 --- a/.github/workflows/deploy.yml +++ b/.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 diff --git a/TODO b/TODO index 1ce468bd2..0776abb00 100644 --- a/TODO +++ b/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::remove, ::assign