Skip to content

Commit

Permalink
update autoupdate diagram action with base specified
Browse files Browse the repository at this point in the history
  • Loading branch information
edibotopic committed Jun 19, 2024
1 parent 56e60a8 commit 3ab3222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autoupdate-structurizr-diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write # Allow to work with the contents of the repository, including git push.
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Set up git
# This step needs to be done before checkout so that the checkout respects clrf
uses: canonical/ubuntu-pro-for-wsl/.github/actions/setup-git@main
Expand Down Expand Up @@ -49,5 +49,6 @@ jobs:
labels: docs, automated pr
body: "[Auto-generated pull request](https://github.com/canonical/ubuntu-pro-for-wsl/actions/workflows/autoupdate-structurizr-diagrams.yml) by GitHub Action"
branch: autoupdate-diagrams-${{ steps.get-branch-name.outputs.branch }}
base: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
delete-branch: true

0 comments on commit 3ab3222

Please sign in to comment.