File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 push :
3939
4040 # Define a display name:
41- name : ' Push Changes to Standalone Packages '
41+ name : ' Push changes '
4242
4343 # Define the type of virtual host machine:
4444 runs-on : ubuntu-latest
@@ -73,14 +73,14 @@ jobs:
7373 make install-node-modules || make install-node-modules || make install-node-modules
7474 timeout-minutes : 15
7575
76- # Retrieve list of changed stdlib packages in a push or pull request :
76+ # Retrieve list of changed packages:
7777 - name : ' Find changed packages'
7878 id : ' changed_packages'
7979 uses : stdlib-js/changed-packages-action@v1
8080 with :
8181 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8282
83- # Push changes to the packages' repositories:
83+ # Push changes to the package repositories:
8484 - name : ' Push changes'
8585 if : ${{ steps.changed_packages.outputs.packages != '[]' }}
8686 env :
Original file line number Diff line number Diff line change 4040 trigger :
4141
4242 # Define a display name:
43- name : ' Trigger Tests '
43+ name : ' Trigger tests '
4444
4545 # Define the type of virtual host machine:
4646 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3737 update-contributors :
3838
3939 # Define a display name:
40- name : ' Update Contributors List '
40+ name : ' Update contributors list '
4141
4242 # Only run this job if the pull request was merged (or the job was triggered manually):
4343 if : github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments