Skip to content

Update action.yml

Update action.yml #72

Workflow file for this run

name: github-action
env:
apiKey: "17367bcc353b421e3b2a51d8"
apiSecret: "f7f1e77340e84a3ed0b8c493fd228a1b75aa1b75d2a42f4855ad230918190a356cbb796b"
testID: "13797457"
continuePipeline: "false"
showTailLog: "false"
uploadFileCheck: "true"
inputstartfile: "taurus_1.yml"
on: push
jobs:
github-action:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: List Files
run: ls -R
- name: Set Environment Variable
run: echo ${{github.workspace}}
- name: PerforceAction
uses: dnyanesh-nagre-perforce/[email protected]
id: run-test
with:
apiKey: ${{env.apiKey}}
apiSecret: ${{env.apiSecret}}
testID: ${{env.testID}}
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
uploadFileCheck: ${{env.uploadFileCheck}}
inputstartfile: ${{.:github.workspace}}/${{env.inputstartfile}}

Check failure on line 32 in .github/workflows/action.yml

View workflow run for this annotation

GitHub Actions / github-action

Invalid workflow file

The workflow is not valid. .github/workflows/action.yml (Line: 32, Col: 27): Unexpected symbol: '.:github.workspace'. Located at position 1 within expression: .:github.workspace