mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-23 18:38:56 +00:00
Update capture-notes-with-shortcuts-and-github-actions.md
This commit is contained in:
parent
1f6c9c19a1
commit
dc57c4177c
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ on:
|
|||
jobs:
|
||||
store_data:
|
||||
runs-on: ubuntu-latest
|
||||
# If you encounter a 403 error from a workflow, try adding the following as suggested in this SO accepted answer: https://stackoverflow.com/questions/75880266/cant-make-push-on-a-repo-with-github-actions
|
||||
# permissions:
|
||||
# contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: anglinb/foam-capture-action@main
|
||||
|
|
Loading…
Add table
Reference in a new issue