this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿง‘โ€๐Ÿ’ป Add environment name and job name for deployed.yml

+5 -1
+5 -1
.github/workflows/deployed.yml
··· 14 14 strategy: 15 15 matrix: 16 16 lang: [en, fr] 17 + name: Is commit live on ${{ matrix.lang }}.gwen.works? 18 + environment: 19 + name: ${{ matrix.lang }}.gwen.works 20 + url: https://${{ matrix.lang }}.gwen.works 17 21 steps: 18 - - name: check ${{ github.sha }} is deployed 22 + - name: check ${{ github.sha }} is deployed on ${{ matrix.lang }}.gwen.works 19 23 run: | 20 24 wget https://${{ matrix.lang }}.gwen.works/ 21 25 while ! grep "https://github.com/${{ github.repository }}/commit/${{ github.sha }}" index.html; do