We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7245bcd commit 00077ddCopy full SHA for 00077dd
.github/workflows/fireoxos-ios-testrail-milestone.yml
@@ -15,4 +15,12 @@ jobs:
15
echo "Tag: ${{ github.event.release.tag_name }}"
16
echo "Release Name: ${{ github.event.release.name }}"
17
echo "Body: ${{ github.event.release.body }}"
18
- echo "Published at: ${{ github.event.release.published_at }}"
+ echo "Published at: ${{ github.event.release.published_at }}"
19
+ - name: Run the reusable action from branch
20
+ uses: mozilla-mobile/testops-tools/.github/actions/firefox-ios-milestone@mb/firefox-ios-milestone
21
+ with:
22
+ release-name: ${{ github.event.release.name }}
23
+ release-tag: ${{ github.event.release.tag_name }}
24
+ testrail-host: ${{ secrets.TESTRAIL_HOST }}
25
+ testrail-username: ${{ secrets.TESTRAIL_USERNAME }}
26
+ testrail-api-key: ${{ secrets.TESTRAIL_PASSWORD }}
0 commit comments