From e2f3269b7bf401ecf7b51bdfb783279ca6a4abcd Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Tue, 5 Sep 2023 13:46:07 +0100 Subject: [PATCH] fix pull workflow example --- docs/portability.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/portability.md b/docs/portability.md index 32e27796925..b01da8ba952 100644 --- a/docs/portability.md +++ b/docs/portability.md @@ -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