We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91d95a commit ac38c6aCopy full SHA for ac38c6a
.github/actions/publish-changelog/action.yml
@@ -14,10 +14,6 @@ inputs:
14
description: "If set, do not make a PR"
15
default: "false"
16
required: false
17
- admin_check:
18
- description: "Check if the user is a repo admin"
19
- required: false
20
- default: "true"
21
shell:
22
description: "The shell being used for the action steps"
23
@@ -45,7 +41,7 @@ runs:
45
41
export RH_BRANCH=${{ inputs.branch }}
46
42
fi
47
43
export RH_DRY_RUN=${{ inputs.dry_run }}
48
- export RH_ADMIN_CHECK=${{ inputs.admin_check }}
44
+ export RH_ADMIN_CHECK=false
49
50
python -m jupyter_releaser.actions.publish_changelog
51
0 commit comments