Skip to content

released

released #2

Workflow file for this run

name: Update dependencies
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
repository_dispatch:
types: [ released ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: "echo 'Deploy: ${{ github.event.client_payload.ref }}'"