Failed Workflow run #11
-
The GitHub Action suddenly stopped working and printed the following information:
I'm not sure what's wrong here and why this happened. Current workflow setup: #
# This is a GitHub Action that allows us to auto-update the wiki
# when a Pull request changes specific files in a folder.
#
name: Update Wiki
on:
push:
#
# Only trigger when the push changes any files in the wiki-folder.
#
paths:
- 'wiki/**'
branches:
- 'docs/wiki'
#
# Releases cause this action to also fire.
# Using this prevents this problem.
#
tags-ignore:
- '**'
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Code'
uses: actions/Checkout@v2
- name: 'Update Wiki'
uses: Andrew-Chen-Wang/github-wiki-action@v2
env:
WIKI_DIR: wiki/
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_MAIL: '[email protected]'
GH_NAME: 'github-actions[bot]'
EXCLUDED_FILES: 'README.md' |
Beta Was this translation helpful? Give feedback.
Answered by
Andrew-Chen-Wang
Apr 27, 2022
Replies: 2 comments
-
will be fixed in latest pr. will be merged today or tmrrw. sorry! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now resolved in v3 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Andrew-Chen-Wang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is now resolved in v3