Skip to content

Commit

Permalink
docs: Add doc to config
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 30, 2024
1 parent 22bdbfe commit 27e0dfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
github-repository: ${{ github.repository }}
- name: Verify the PR number
run: |
if [ "${{ steps.fetch-pr-number-found.outputs.number }}" != "1" ]; then
if [ "${{ steps.fetch-pr-number-found.outputs.number }}" != "30" ]; then
echo "The fetched PR number doesn't match the expected PR number."
echo "Expected: 30"
echo "Actual: ${{ steps.fetch-pr-number-found.outputs.number }}"
Expand Down
1 change: 1 addition & 0 deletions actions/fetch_pr_number/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# fetch_pr_number
1 change: 1 addition & 0 deletions doc_config/known_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ codecov
codeql
create_unique_testpypi_version
dependabot
fetch_pr_number
find_unreleased_changelog_items
gh
ghaction
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@ nav:
- actions/create_unique_testpypi_version/readme.md
- actions/find_unreleased_changelog_items/readme.md
- actions/update_development_dependencies/readme.md
- actions/fetch_pr_number/readme.md
- Contributing: [CONTRIBUTING.md, CODE_OF_CONDUCT.md, LICENSE.md]

0 comments on commit 27e0dfa

Please sign in to comment.