File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 2424jobs :
2525 check :
2626 runs-on : ubuntu-latest
27- permissions :
28- contents : read
2927
3028 steps :
3129 - name : Checkout repository
5755 download :
5856 needs : check
5957 runs-on : ubuntu-latest
60- permissions : {}
6158
6259 strategy :
6360 matrix :
8481 sync :
8582 needs : download
8683 runs-on : ubuntu-latest
87- permissions :
88- contents : read
89- issues : write
9084
9185 steps :
9286 - name : Set environment variables
@@ -120,7 +114,7 @@ jobs:
120114 path : ${{ env.CONFIGURATIONS_FOLDER }}
121115
122116 - name : Remove unneeded artifact
123- uses : geekyeggo/delete-artifact@v2
117+ uses : geekyeggo/delete-artifact@v4
124118 with :
125119 name : ${{ env.CONFIGURATIONS_ARTIFACT }}
126120
@@ -141,4 +135,4 @@ jobs:
141135 github-label-sync \
142136 --labels "${{ env.MERGED_CONFIGURATION_PATH }}" \
143137 ${{ steps.dry-run.outputs.flag }} \
144- ${{ github.repository }}
138+ ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments