Skip to content

Commit

Permalink
Make some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 13, 2022
1 parent e3a3dbf commit 374735b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/delete-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
pr-comment:
runs-on: ubuntu-latest
steps:
- name: login as jhudsl-robot
run: |
git config --local user.email "[email protected]"
git config --local user.name "jhudsl-robot"
- uses: mshick/add-pr-comment@v1
if: ${{ github.head_ref == 'repo-sync/OTTR_Template/default' }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style-and-sp-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 374735b

Please sign in to comment.