Skip to content

Add workflow to automatically bump manifest versions #7

Add workflow to automatically bump manifest versions

Add workflow to automatically bump manifest versions #7

Workflow file for this run

name: Update Bundle Dependencies Version Ranges
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *'
jobs:
update-manifest:
uses: laeubi/eclipse.platform.releng.aggregator/.github/workflows/updateBundles.yml@shared_update_bundles

Check failure on line 16 in .github/workflows/bump_bundles.yml

View workflow run for this annotation

GitHub Actions / Update Bundle Dependencies Version Ranges

Invalid workflow file

The workflow is not valid. In .github/workflows/bump_bundles.yml (Line: 16, Col: 11): Error from called workflow laeubi/eclipse.platform.releng.aggregator/.github/workflows/updateBundles.yml@shared_update_bundles (Line: 104, Col: 22): Unrecognized named-value: 'author'. Located at position 1 within expression: author In .github/workflows/bump_bundles.yml (Line: 16, Col: 11): Error from called workflow laeubi/eclipse.platform.releng.aggregator/.github/workflows/updateBundles.yml@shared_update_bundles (Line: 105, Col: 19): Unrecognized named-value: 'author'. Located at position 1 within expression: author
with:
author: 'Eclipse Releng Bot <eclipse-releng-bot@eclipse.org>'
secrets:
token: ${{ secrets.PR_PAT }}