diff --git a/.github/workflows/deploy_compose.yml b/.github/workflows/deploy_compose.yml index 8d52b4e..7bb4e6a 100644 --- a/.github/workflows/deploy_compose.yml +++ b/.github/workflows/deploy_compose.yml @@ -9,10 +9,6 @@ on: required: false type: string default: ${{ github.repository }} - compose_ref: - required: false - type: string - default: ${{ github.ref }} stack_file_name: required: false type: string @@ -37,7 +33,6 @@ jobs: - uses: actions/checkout@v3 with: repository: ${{ inputs.compose_repository }} - ref: ${{ inputs.compose_ref }} token: ${{ secrets.REPOS_ACCESS_TOKEN }} - name: check info