Update linear-export.yml

This commit is contained in:
Michael Shilman 2021-11-18 13:55:36 +08:00
parent 32bc43043e
commit eb2b84a632

View File

@ -12,16 +12,15 @@ jobs:
name: Export to linear
runs-on: ubuntu-latest
steps:
- name: debug
run: |
echo "issue ${{ github.event.issue }}"
echo "gh repo ${{ github.event.repository }}"
echo "gh repo ${{ github.event.repository.name }}"
- name: Print event data
env:
EVENT: ${{ toJSON( github.event ) }}
run: echo "$EVENT"
- name: Linear action
uses: shilman/linear-action@v1
with:
ghIssueNumber: ${{ github.event.issue.number }}
ghRepoOwner: ${{ github.event.repository.name }}
ghRepoOwner: ${{ github.event.repository.owner }}
ghRepoName: ${{ github.event.repository.name }}
ghToken: ${{ secrets.LINEAR_GH_TOKEN }}
linearIssuePrefix: SB