Skip to content

Commit

Permalink
Merge pull request #124 from jhudsl/render-patch-for-old-course
Browse files Browse the repository at this point in the history
Fix rendering including : Bump checkout@v2 --> v3
  • Loading branch information
carriewright11 authored Aug 31, 2023
2 parents 91c7bab + c1114ac commit 591cc7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/render-both.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# Use the yaml-env-action action.
- name: Load environment from YAML
Expand All @@ -42,13 +42,14 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}

- name: Login as jhudsl-robot
run: |
git config --system --add safe.directory "$GITHUB_WORKSPACE"
git config --local user.email "[email protected]"
git config --local user.name "jhudsl-robot"
Expand Down Expand Up @@ -84,13 +85,14 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}

- name: Login as jhudsl-robot
run: |
git config --system --add safe.directory "$GITHUB_WORKSPACE"
git config --local user.email "[email protected]"
git config --local user.name "jhudsl-robot"
Expand Down

0 comments on commit 591cc7f

Please sign in to comment.