Skip to content

Commit

Permalink
fix pull workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Sep 5, 2023
1 parent 010ea3a commit e2f3269
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/portability.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,14 +402,13 @@ jobs:
contents: write
name: A job to pull changes from Lightning
steps:
- env:
MESSAGE: ${{ github.event.client_payload.message }}
- name: openfn pull and commit
uses: OpenFn/cli-pull-action@v0.6.0
uses: OpenFn/cli-pull-action@v0.7.0
with:
secret_input: ${{ secrets.OPENFN_API_KEY }}
project_id_input: ${{ secrets.OPENFN_PROJECT_ID }}
commit_message_input: $MESSAGE
commit_message_input:
'user ${{ github.event.client_payload.message }}'
```
The Lightning [demo instance](https://demo.openfn.org) is currently connected to
Expand Down

0 comments on commit e2f3269

Please sign in to comment.