Skip to content

Commit

Permalink
revertme: (AppMap) Enable install-action to commit to the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Oct 30, 2023
1 parent 228ab68 commit cf94e2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Here is your updated workflow file:

```yaml
name: Main
on:
Expand All @@ -8,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -16,3 +21,4 @@ jobs:
- name: Run tests
run: bundle exec rails test
```

0 comments on commit cf94e2e

Please sign in to comment.