Skip to content

arrakis sync local

arrakis sync local #73

# This is a basic workflow to help you get started with Actions
name: arrakis sync local
# Controls when the workflow will run
on: workflow_dispatch
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
sync:
# The type of runner that the job will run on
runs-on: [self-hosted]
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
Win_Topaz_Location: 'C:\Jalaj\23.4CLI'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Synchronize
uses: bmc-compuware/ispw-sync-local@main
#uses: bmc-compuware/ispw-sync-local@ZENG-331068
id: sync-local
with:
host: 'cw09.bmc.com'
port: 47624
uid: 'pinjxa0'
pass: ${{ secrets.ISPW_USER1_PWD }}
runtimeConfiguration: 'TPTP'
stream: 'PLAY'
application: 'PLAY'
subAppl: 'PLAY'
checkoutLevel: 'DEV1'
gitUid: 'jarora8'
gitToken: ${{ secrets.TOKEN_GITHUB }}
winTopazPath: ${{ env.Win_Topaz_Location }}
showEnv: true