Skip to content

CQ-982 : Updated the GitHub action for supporting new remote analysis… #7

CQ-982 : Updated the GitHub action for supporting new remote analysis…

CQ-982 : Updated the GitHub action for supporting new remote analysis… #7

Workflow file for this run

name: Test Embold Action
on:
push:
branches: [ v1_master ]
pull_request:
workflow_dispatch:
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Test Embold Action
uses: ./
with:
emboldUrl: https://packages.embold.io/
emboldToken: ${{ secrets.EMBOLD_TOKEN }}
emboldRepoUid: ${{ secrets.EMBOLD_REPO_UID }}
repositoryConfigPath: repository-configuration.json
verbose: true