Skip to content

Commit

Permalink
fix(delete-closed-pr-docs): ignore latest tag on pull_request (#104)
Browse files Browse the repository at this point in the history
* fix(delete-closed-pr-docs): ignore latest tag on pull_request

Signed-off-by: Keisuke Shima <[email protected]>

* change script

Signed-off-by: Keisuke Shima <[email protected]>

* minor fix

Signed-off-by: Keisuke Shima <[email protected]>
  • Loading branch information
KeisukeShima authored Mar 14, 2022
1 parent 9217e16 commit c94e562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delete-closed-pr-docs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
id: get-docs-versions
run: |
echo "site_name: dummy" > mkdocs.yaml
echo ::set-output name=docs-versions::$(mike list | grep "pr-")
echo ::set-output name=docs-versions::$(mike list | grep -oP "pr-\w+")
shell: bash

- name: Find closed docs versions
Expand Down

0 comments on commit c94e562

Please sign in to comment.