Loading .github/workflows/gitlab-codebuild.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Run script env: REF_NAME: ${{ github.ref }} REF_NAME: ${{ github.ref_name }} EVENT_TYPE: ${{ github.event_name }} run: | git config --global user.name "Github_CI" Loading Loading
.github/workflows/gitlab-codebuild.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Run script env: REF_NAME: ${{ github.ref }} REF_NAME: ${{ github.ref_name }} EVENT_TYPE: ${{ github.event_name }} run: | git config --global user.name "Github_CI" Loading