[BUG] Dying whilst leaning results in an angled spectator camera when spectating in third person view or freecam #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: github-project-issue-to-sheets | |
on: | |
workflow_dispatch: | |
issues: | |
types: [opened, deleted, transferred, closed, reopened, assigned, unassigned, labeled, unlabeled] | |
jobs: | |
github-project-issue-to-sheets: | |
runs-on: ubuntu-latest | |
name: github-project-issue-to-sheets | |
steps: | |
- name: github-project-issue-to-sheets | |
id: github-project-issue-to-sheets | |
uses: ViRGiL175/github-project-issue-to-sheets@dev | |
with: | |
google-api-service-account-credentials: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_DATA }} | |
document-id: '${{ vars.DOCUMENT_ID }}' | |
sheet-name: 'NT;RE Github Issues Statistics' |