On desktop Word file is corrupted, but I can open it online or with Libre Office or WPS... #3478
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 Polls Actions Bot | |
on: | |
issue_comment: | |
types: [created, edited] # issue comment is created or edited | |
issues: | |
types: [opened, edited] # issue is opened or edited | |
jobs: | |
polls: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: imjohnbo/gh-polls-bot-action@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # created for you automatically; https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#github_token-secret |