Skip to content

Commit ffe7387

Browse files
committed
Fix GH actions lint
1 parent 0f9fe6c commit ffe7387

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ jobs:
107107
needs: [release_metadata, update_changelog]
108108
runs-on: ubuntu-latest
109109
steps:
110-
- # Trigger building the Python Docker images in apify/apify-actor-docker repo
111-
name: Trigger Docker image build
110+
# Trigger building the Python Docker images in apify/apify-actor-docker repo
111+
- name: Trigger Docker image build
112112
run: |
113113
gh api -X POST "/repos/apify/apify-actor-docker/dispatches" \
114114
-F event_type=build-python-images \
115-
-F client_payload[release_tag]=latest \
116-
-F client_payload[apify_version]=${{ needs.release_metadata.outputs.version_number }}
115+
-F 'client_payload[release_tag]=latest' \
116+
-F 'client_payload[apify_version]=${{ needs.release_metadata.outputs.version_number }}'
117117
env:
118118
GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)