-
-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Labels
supportUser supportUser support
Description
Checklist
- I am using the latest version of this action.
- I have read the latest README and followed the instructions.
- I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your question
Were running multiple github actions on our repo every hour i.e. 10 jobs run every hour.
it says we need to "git pull" but I can't find that option on the README page. Can you help with this error?
Relevant links
YAML workflow:
- name: Deploy
if: always()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./apps/qa/reports
destination_dir: ./automation/${{ github.run_id }}
Relevant log output
No response
Additional context.
No response
Metadata
Metadata
Assignees
Labels
supportUser supportUser support