Skip to content

Commit

Permalink
update 74-n8n-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Dec 31, 2024
1 parent b69c485 commit 48361a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/74-n8n-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
"name": "${{ inputs.name }}",
"email": "${{ inputs.email }}",
"message": "${{ inputs.message }}"
"workflow_url": "'"$WORKFLOW_URL"'"
"workflow_url": "${{ env.WORKFLOW_URL }}"
}'
if [ $? -ne 0 ]; then
echo "Error: cURL request failed."
Expand Down

0 comments on commit 48361a8

Please sign in to comment.