Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:atlas-bi/atlas-automation-hub into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Jun 27, 2023
2 parents c988259 + 9a8b3e3 commit cdfc123
Show file tree
Hide file tree
Showing 6 changed files with 885 additions and 938 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- 5432:5432
steps:
- name: 💾 Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git reset --hard ${{github.ref_name}}
- name: 🆕 Create Pull Request
uses: peter-evans/[email protected].1
uses: peter-evans/[email protected].2
with:
labels: automated pr
branch: ${{github.ref_name}}
Expand All @@ -42,7 +42,7 @@ jobs:
git reset --hard ${{github.ref_name}}
- name: 🆕 Create Pull Request
uses: peter-evans/[email protected].1
uses: peter-evans/[email protected].2
with:
labels: automated pr
branch: ${{github.ref_name}}
Expand Down
Loading

0 comments on commit cdfc123

Please sign in to comment.