File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments