Skip to content

Commit

Permalink
Remove build download url
Browse files Browse the repository at this point in the history
Since the dpl-cms workflow does not need it anymore. The dpl-cms wf can
resolve which package to download by the package name.
  • Loading branch information
spaceo committed Jun 3, 2024
1 parent 80ab2f8 commit 1ed9ab4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/create-cms-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
releaseBranch:
description: 'Release Branch'
required: true
releaseDownloadUrl:
description: 'Release Download Url'
required: true
dependencyPackage:
description: 'Dependency Package'
required: true
Expand All @@ -39,7 +36,6 @@ jobs:
"event_type": "create_pr",
"client_payload": {
"branch": "${{ inputs.releaseBranch }}",
"build_url": "${{ inputs.releaseDownloadUrl }}",
"dependency_package": "${{ inputs.dependencyPackage }}"
}
}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/create-release-on-branch-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,9 @@ jobs:
run: |
gh workflow run create-cms-pr.yml \
-f releaseBranch=${{ env.RELEASE_BRANCH }} \
-f releaseDownloadUrl=${{ env.DOWNLOAD_URL }} \
-f dependencyPackage=danskernesdigitalebibliotek/dpl-design-system
env:
GH_TOKEN: ${{ github.token }}
DOWNLOAD_URL: "${{ github.event.repository.html_url }}/releases/download/${{ env.TAG_NAME }}/${{ env.DIST_FILENAME }}"

- name: Adding summary
run: |
Expand Down

0 comments on commit 1ed9ab4

Please sign in to comment.