File tree 1 file changed +9
-6
lines changed 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Build generic Actors
2
2
3
3
on :
4
+ push :
5
+ branches :
6
+ - chore/automatic-actor-build
4
7
workflow_dispatch :
5
8
inputs :
6
9
web-scraper :
@@ -112,9 +115,9 @@ jobs:
112
115
fi
113
116
114
117
- name : Build ${{ matrix.settings.actor }}
115
- uses : apify/push-actor-action@master
116
- with :
117
- token : ${{ secrets.APIFY_ACTOR_BUILD_TOKEN }}
118
- build-tag : ${{ steps.calculate-versions.outputs.build-tag }}
119
- version : ${{ steps.calculate-versions.outputs.version }}
120
- working- directory : packages/actor-scraper/${{ matrix.settings.actor }}
118
+ run : |
119
+ echo "Building ${{ matrix.settings.actor }}!"
120
+ echo "Channel : ${{ github.event.inputs.build-channel }}"
121
+ echo "Version : ${{ steps.calculate-versions.outputs.version }}"
122
+ echo "Build tag : ${{ steps.calculate-versions.outputs.build-tag }}"
123
+ echo "Working directory: packages/actor-scraper/${{ matrix.settings.actor }}"
You can’t perform that action at this time.
0 commit comments