diff --git a/.github/workflows/delete-preview.yml b/.github/workflows/delete-preview.yml index f49cf233..b910ad45 100644 --- a/.github/workflows/delete-preview.yml +++ b/.github/workflows/delete-preview.yml @@ -10,13 +10,6 @@ jobs: build-all: runs-on: ubuntu-latest steps: - - name: Checkout Repository - uses: actions/checkout@master - - - name: login as jhudsl-robot - run: | - git config --local user.email "itcrtrainingnetwork@gmail.com" - git config --local user.name "jhudsl-robot" # This is because if a PR is closed before a render finishes it won't find it. - name: Sleep for 5 minutes diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index a1558585..f962271c 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -11,11 +11,6 @@ jobs: pr-comment: runs-on: ubuntu-latest steps: - - name: login as jhudsl-robot - run: | - git config --local user.email "itcrtrainingnetwork@gmail.com" - git config --local user.name "jhudsl-robot" - - uses: mshick/add-pr-comment@v1 if: ${{ github.head_ref == 'repo-sync/OTTR_Template/default' }} with: diff --git a/.github/workflows/style-and-sp-check.yml b/.github/workflows/style-and-sp-check.yml index 61d540b6..3abf00c1 100644 --- a/.github/workflows/style-and-sp-check.yml +++ b/.github/workflows/style-and-sp-check.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: checkout repo - - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: login as jhudsl-robot run: |