Skip to content

Commit e7542fe

Browse files
Use dfg_01 version 3.1.0 (#813)
* Use dfg_01 version 3.1.0 with teragrep.com repo_baseurl, fix deploy_key logic * Use vars.PKG_01_CENTRAL_BASEURL for repo_baseurl
1 parent 2df6272 commit e7542fe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/upload_release_github_attachment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@ jobs:
5252
files: rpm/target/rpm/com.teragrep-pth_10/RPMS/noarch/com.teragrep-pth_10-*.noarch.rpm
5353

5454
- name: Update pkg_01 releases repository
55-
uses: teragrep/dfg_01@3.0.0
55+
uses: teragrep/dfg_01@3.1.0
5656
with:
5757
from_repository: "${{ github.repository }}"
5858
from_version: "${{ github.event.release.tag_name }}"
5959
to_repository: "${{ github.repository_owner }}/pkg_01"
6060
deploy_key: ${{ secrets.PKG_01_DEPLOY_KEY }}
6161
files: rpm/target/rpm/com.teragrep-pth_10/RPMS/noarch/com.teragrep-pth_10-*.noarch.rpm
6262
gpg_public_key: "${{ secrets.RPM_SIGNING_PUBLIC_KEY }}"
63+
repo_baseurl: "${{ vars.PKG_01_CENTRAL_BASEURL }}"
6364
env:
6465
has_deploy_key: ${{ secrets.PKG_01_DEPLOY_KEY != '' }}
65-
if: ${{ env.has_deploy_key }}
66+
if: ${{ env.has_deploy_key == 'true' }}

0 commit comments

Comments
 (0)