give tag name
Some checks failed
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Has been cancelled
Letro Release / create-release (push) Has been cancelled
Post-release / post-release (push) Has been cancelled
Close stale issues and pull requests. / stale (push) Has been cancelled
UI Tests / Tests (iPad) (push) Has been cancelled
UI Tests / Tests (iPhone) (push) Has been cancelled
Integration tests / Integration Tests (push) Has been cancelled
Accessibility Tests / Tests (push) Has been cancelled
Open Translations PR / open-translations-pr (push) Has been cancelled
Automatic Calendar Version / automatic-calendar-version (push) Has been cancelled
Some checks failed
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Has been cancelled
Letro Release / create-release (push) Has been cancelled
Post-release / post-release (push) Has been cancelled
Close stale issues and pull requests. / stale (push) Has been cancelled
UI Tests / Tests (iPad) (push) Has been cancelled
UI Tests / Tests (iPhone) (push) Has been cancelled
Integration tests / Integration Tests (push) Has been cancelled
Accessibility Tests / Tests (push) Has been cancelled
Open Translations PR / open-translations-pr (push) Has been cancelled
Automatic Calendar Version / automatic-calendar-version (push) Has been cancelled
This commit is contained in:
4
.github/workflows/letro-release.yml
vendored
4
.github/workflows/letro-release.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
workflow_id: 'sync-element-x-ios.yml',
|
workflow_id: 'sync-element-x-ios.yml',
|
||||||
ref: 'master',
|
ref: 'master',
|
||||||
inputs: {
|
inputs: {
|
||||||
version: '${{ steps.version.outputs.tag_name }}'
|
version: '${{ github.ref_name }}'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log('Triggered sync workflow for version ${{ steps.version.outputs.tag_name }}');
|
console.log('Triggered sync workflow for version ${{ github.ref_name }}');
|
||||||
|
|||||||
Reference in New Issue
Block a user