Skip to content

Commit

Permalink
feat: Upgrade action-docs cli to 1.1.0 (#287)
Browse files Browse the repository at this point in the history
* feat: Upgrade action-docs cli to 1.1.0

* chore: fix workflow
  • Loading branch information
npalm committed Oct 20, 2022
1 parent b5f4daf commit 566f473
Show file tree
Hide file tree
Showing 6 changed files with 1,355 additions and 155 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Check for modified files
id: changes
run: |
echo "::set-output name=files::$(git ls-files -m)"
echo "::set-output name=count::$(git ls-files -m | wc -l)"
echo "files=$(git ls-files -m)" >>$GITHUB_OUTPUT
echo "count=$(git ls-files -m | wc -l)" >>$GITHUB_OUTPUT
- uses: actions/github-script@v6.1.0
if: github.event_name == 'pull_request' && steps.changes.outputs.count != 0
Expand All @@ -53,7 +53,7 @@ jobs:
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Workflow: \`${{ github.workflow }}\`*`;
github.issues.createComment({
await github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down
Loading

0 comments on commit 566f473

Please sign in to comment.