From 6bf9a9ebe0ced978ef597ea18775120caf3ca66c Mon Sep 17 00:00:00 2001 From: Binit Shah Date: Tue, 12 Sep 2023 23:20:39 -0400 Subject: [PATCH] Fix gh action typo --- .github/workflows/auto_deploy_docs.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_deploy_docs.yaml b/.github/workflows/auto_deploy_docs.yaml index 8f82035..0f5fd74 100644 --- a/.github/workflows/auto_deploy_docs.yaml +++ b/.github/workflows/auto_deploy_docs.yaml @@ -15,7 +15,7 @@ jobs: run: echo "Repo ${{ github.repository }} | Branch ${{ github.ref }} | Runner ${{ runner.os }} | Event ${{ github.event_name }}" - name: Dispatch deploy workflow - uses: actions/github-scripts@v6 + uses: actions/github-script@v6 with: script: | await github.rest.actions.createWorkflowDispatch({ diff --git a/README.md b/README.md index ed76dd3..c22f288 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This repository holds ROS Noetic code for the Stretch mobile manipulator from He This software is intended for use with the Stretch mobile manipulators, which is a robot produced and sold by Hello Robot Inc. For further information, including inquiries about dual licensing, please contact Hello Robot Inc. -For license details for this repository, see the LICENSE files found in the directories. A summary of the licenses follows: +For license details for this repository, see the LICENSE files found in the directories. A summary of the licenses follows: Directory | License --- | ---