File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 - name : Check `branch_tag_kebab`
4646 uses : nick-fields/assert-action@v1
4747 with :
48- expected : ${{ env.GITHUB_REF_SLUG }}
48+ expected : refs-pull- ${{ github.event.number }}-merge
4949 actual : ${{ steps.get-deployment-info.outputs.branch_tag_kebab }}
5050
5151 - name : Check `image_latest_artifact`
@@ -93,11 +93,11 @@ jobs:
9393 - name : Check `revision_tag`
9494 uses : nick-fields/assert-action@v1
9595 with :
96- expected : ${{ steps.get-deployment-info.outputs.branch_tag_kebab }}
96+ expected : pull- ${{ github.event.number }}
9797 actual : ${{ steps.get-deployment-info.outputs.revision_tag }}
9898
9999 - name : Check `revision_tag_slug`
100100 uses : nick-fields/assert-action@v1
101101 with :
102- expected : ${{ steps.get-deployment-info.outputs.branch_tag_kebab }}
102+ expected : pull- ${{ github.event.number }}
103103 actual : ${{ steps.get-deployment-info.outputs.revision_tag_slug }}
You can’t perform that action at this time.
0 commit comments