Skip to content

patch: test

patch: test #19

Workflow file for this run

name: Jenkins Security Scan
on:
push:
branches:
- develop
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:
jobs:
use_api:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
run: |

Check failure on line 23 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Jenkins Security Scan

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 23, Col: 11): Unexpected value 'run' .github/workflows/test.yml (Line: 19, Col: 11): Required property is missing: uses
cd ..
gh repo clone jenkinsci/uipath-automation-package-plugin uipath-automation-package-plugin2
ls
cd uipath-automation-package-plugin2
mv ../uipath-automation-package-plugin/azure-pipelines.yml azure-pipelines.yml
git checkout -b feat/test-12
git config --global user.name "tibrnui"
git add .
git commit -m "test"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git push --set-upstream origin feat/test-12
gh pr create --base develop --head feat/test-12