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

This commit is contained in:
Letro Bot
2026-05-13 12:59:03 +03:30
parent 0ddf01559b
commit b85d61d8f9

View File

@@ -86,7 +86,7 @@ jobs:
workflow_id: 'sync-element-x-ios.yml',
ref: 'master',
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 }}');