Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
even more explicit documentation
  • Loading branch information
cringdahl authored Nov 29, 2023
1 parent 22d923f commit 93fcdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following will be provided to you by your Sharepoint administrator when you
* `client_id`
* `client_secret`

You will also need to provide
You will also need to provide the file or files being sent:

* `file_path`
* A glob; something like `file.txt` or `*.md`
Expand All @@ -47,4 +47,4 @@ jobs:
tenant_id: ${{ secrets.SHAREPOINT_TENANT_ID }}
client_id: ${{ secrets.SHAREPOINT_CLIENT_ID }}
client_secret: ${{ secrets.SHAREPOINT_CLIENT_SECRET }}
```
```

0 comments on commit 93fcdba

Please sign in to comment.