Skip to content

DockeHub release by steveoro #3

DockeHub release by steveoro

DockeHub release by steveoro #3

Workflow file for this run

name: DockerHub Versioned Release
run-name: DockeHub release by ${{ github.actor }}
on:
release:
types: [published]
jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- name: CircleCI trigger job
id: <customize id>

Check failure on line 11 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / DockerHub Versioned Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 11, Col: 13): The identifier '<customize id>' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.1.0
with:
run_workflow_versioned: true
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}