Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Aug 9, 2024
1 parent 188ae0d commit 6fd58f9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ jobs:
project_name: ${{ inputs.project_name }}
project_template: ${{ inputs.project_template }}

# - name: Create pull request
# id: pr
# uses: ./.github/actions/create-signed-pull-request
# with:
# add-paths: |
# settings.gradle.kts
# .github/workflows
# .idea/runConfigurations
# doc/tech-docs
# projects/${{ inputs.project_name }}
# branch: bootstrap/${{ inputs.project_name }}
# commit-message: ${{ inputs.issue_number }} Create initial project for ${{ inputs.project_name }}
# token: ${{ steps.app-token.outputs.token }}
- name: Create pull request
id: pr
uses: ./.github/actions/create-signed-pull-request
with:
add-paths: |
settings.gradle.kts
.github/workflows
.idea/runConfigurations
doc/tech-docs
projects/${{ inputs.project_name }}
branch: bootstrap/${{ inputs.project_name }}
commit-message: ${{ inputs.issue_number }} Create initial project for ${{ inputs.project_name }}
token: ${{ steps.app-token.outputs.token }}

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6fd58f9

Please sign in to comment.