Skip to content

Commit

Permalink
tooling: fixing an issue where the branch name was duplicated
Browse files Browse the repository at this point in the history
This means the first job to complete would win, the other would fail - and we'd not import all the data
  • Loading branch information
tombuildsstuff committed Aug 3, 2023
1 parent 35e27b8 commit 6f2b19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
env:
PR_TITLE: "Data: regenerating based on ${{ github.sha }}"
PR_BODY: "This PR is automatically generated based on the commit ${{ github.sha }}"
PR_SOURCE: "data/regeneration-from-${{ github.sha }}"
PR_SOURCE: "data/regeneration-from-${{ github.sha }}-graph"
PR_TARGET: "main"
GITHUB_TOKEN: ${{ secrets.SERVICE_ACCOUNT_PANDORA_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/automation-rest-api-specs-importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
env:
PR_TITLE: "Data: regenerating based on ${{ github.sha }}"
PR_BODY: "This PR is automatically generated based on the commit ${{ github.sha }}"
PR_SOURCE: "data/regeneration-from-${{ github.sha }}"
PR_SOURCE: "data/regeneration-from-${{ github.sha }}-rest-api-specs"
PR_TARGET: "main"
GITHUB_TOKEN: ${{ secrets.SERVICE_ACCOUNT_PANDORA_TOKEN }}

0 comments on commit 6f2b19c

Please sign in to comment.