diff --git a/README.md b/README.md index b00153d..717509f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ This action also uses encrypted Github secrets to store credentials: https://doc ## Example usage + +``` on: [push] jobs: @@ -54,3 +56,4 @@ jobs: - name: Transfer Status run: echo "Transfer Status - ${{ steps.connect.outputs.transferStatus }}" +``` \ No newline at end of file