diff --git a/.github/workflows/run-action.yml b/.github/workflows/run-action.yml index eb59658..478da35 100644 --- a/.github/workflows/run-action.yml +++ b/.github/workflows/run-action.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Print input id: echo-action - uses: imesense/gha-echo-action@8f7adacea666431fa8fa3d2e1022490ccad33325 + uses: imesense/gha-echo-action@ecdbfc7e5d602ee3c2b685defd5177ff27041578 with: input-string: 'Input' diff --git a/README.md b/README.md index ac4448f..f493f4c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Simple action for printing input to output ## Example usage ```yaml -uses: imesense/gha-echo-action@1a952eacd99fa6545edfdc921d5cd84a3ddfc3b2 +uses: imesense/gha-echo-action@ecdbfc7e5d602ee3c2b685defd5177ff27041578 with: input-string: 'Input' ```