Skip to content

Commit

Permalink
OPS-3199: Sync w/ fork + apply name collision fix (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonrw82 authored Apr 17, 2023
1 parent d8baac4 commit 74f7418
Show file tree
Hide file tree
Showing 7 changed files with 4,607 additions and 1,972 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
BRANCH=${BRANCH#"refs/heads/"}
echo "::set-output name=branch-name::${BRANCH}"
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ steps.get-branch.outputs.branch-name }}
- name: Install packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ec2-github-runner-${{ hashFiles('**/package-lock.json') }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
sudo yum update -y && \
sudo yum install docker -y && \
sudo yum install git -y && \
sudo yum install libicu -y && \
sudo systemctl enable docker
```

Expand Down
Loading

0 comments on commit 74f7418

Please sign in to comment.