diff --git a/.github/workflows/publish-community-operators-base.yml b/.github/workflows/publish-community-operators-base.yml index ac7b893d3..1911d5acb 100644 --- a/.github/workflows/publish-community-operators-base.yml +++ b/.github/workflows/publish-community-operators-base.yml @@ -53,13 +53,13 @@ jobs: token: ${{ secrets.GH_ROBOT_TOKEN }} - name: sync fork - working-directory: $TARGET_GH_REPO + working-directory: ${{ inputs.repo }} env: GITHUB_TOKEN: ${{secrets.GH_ROBOT_TOKEN}} run: | git checkout -b $COMMUNITY_BRANCH_NAME git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME - gh repo sync DataDog/$TARGET_GH_REPO --branch $COMMUNITY_BRANCH_NAME \ + gh repo sync DataDog/${{ inputs.repo }} --branch $COMMUNITY_BRANCH_NAME \ --source ${{ inputs.org }}/${{ inputs.repo }} \ --force diff --git a/.github/workflows/publish-community-operators.yml b/.github/workflows/publish-community-operators.yml index 7bc38640c..b8a51b829 100644 --- a/.github/workflows/publish-community-operators.yml +++ b/.github/workflows/publish-community-operators.yml @@ -3,7 +3,7 @@ name: publish_community_operators on: [push] jobs: - create-pr-k8s-operatorbub-community-operators: + k8s-operatorhub--community-operators: # if: startsWith(github.ref, 'refs/tags/v') # needs: [ create-release ] uses: ./.github/workflows/publish-community-operators-base.yml @@ -14,7 +14,7 @@ jobs: secrets: GH_ROBOT_TOKEN: ${{secrets.GH_ROBOT_TOKEN}} - create-pr-redhat-openshift-ecosystem-community-operators-prod: + redhat-openshift-ecosystem--community-operators-prod: # if: startsWith(github.ref, 'refs/tags/v') # needs: [ create-release ] uses: ./.github/workflows/publish-community-operators-base.yml @@ -25,7 +25,7 @@ jobs: secrets: GH_ROBOT_TOKEN: ${{secrets.GH_ROBOT_TOKEN}} - create-pr-redhat-openshift-ecosystem-redhat-marketplace-operators: + redhat-openshift-ecosystem--redhat-marketplace-operators: # if: startsWith(github.ref, 'refs/tags/v') # needs: [ create-release ] uses: ./.github/workflows/publish-community-operators-base.yml @@ -36,7 +36,7 @@ jobs: secrets: GH_ROBOT_TOKEN: ${{secrets.GH_ROBOT_TOKEN}} - create-pr-redhat-openshift-ecosystem-certified-operators: + redhat-openshift-ecosystem--certified-operators: # if: startsWith(github.ref, 'refs/tags/v') # needs: [ create-release ] uses: ./.github/workflows/publish-community-operators-base.yml