Skip to content

Test Linux Install Script with new Release #12

Test Linux Install Script with new Release

Test Linux Install Script with new Release #12

Workflow file for this run

name: Test Linux Install Script with new release
on:
workflow_run:
workflows: ["MetaCall Distributable Linux Release"]
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: convictional/[email protected]
with:
owner: metacall
repo: install
github_token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
workflow_file_name: test-linux.yml
wait_workflow: true
ref: master