mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
[DEVOPS-3822] fix: add iron-remote-desktop-rdp to package cache update (#871)
This commit is contained in:
@@ -144,7 +144,9 @@ jobs:
|
||||
}
|
||||
|
||||
- name: Update Artifactory Cache
|
||||
run: gh workflow run update-artifactory-cache.yml --repo Devolutions/scheduled-tasks --field package_name="iron-remote-desktop"
|
||||
run: |
|
||||
gh workflow run update-artifactory-cache.yml --repo Devolutions/scheduled-tasks --field package_name="iron-remote-desktop"
|
||||
gh workflow run update-artifactory-cache.yml --repo Devolutions/scheduled-tasks --field package_name="iron-remote-desktop-rdp"
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.DEVOLUTIONSBOT_WRITE_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user