Skip to content

Commit

Permalink
Merge pull request #233 from dominant-strategies/try-docs-pr-again
Browse files Browse the repository at this point in the history
reference specific job
  • Loading branch information
robertlincecum authored Jun 27, 2024
2 parents 33c99fe + dbcae3a commit de6d5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
repository: quais-docs
branch: ${{ needs.call-common-workflow.outputs.branch }}
branch: ${{ needs.call-common-workflow.outputs.cutReleaseCandidateJS.branch }}
create_branch: true
commit_user_name: ci-dominantstrategies
commit_user_email: [email protected]
Expand All @@ -83,7 +83,7 @@ jobs:

- name: Create Pull Request
run: |
PR_BRANCH=${{ needs.call-common-workflow.outputs.branch }}
PR_BRANCH=${{ needs.call-common-workflow.outputs.cutReleaseCandidateJS.branch }}
curl -u ci-dominantstrategies:${{ secrets.GH_PAT }} \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
Expand Down

0 comments on commit de6d5ce

Please sign in to comment.