Skip to content

Commit

Permalink
Rebase and fix broken yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Nov 13, 2023
1 parent 795dcab commit 45c6079
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/downstream_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
env:
RELEASE_VERSION: ${{ github.event_name == 'workflow_dispatch' && inputs.target_version || github.event.release.tag_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
matrix:
downstream_repo: ['bugsnag/bugsnag-unity']
strategy:
matrix:
downstream_repo: ['bugsnag/bugsnag-unity']
steps:
- name: Install libcurl4-openssl-dev and net-tools
run: |
Expand Down

0 comments on commit 45c6079

Please sign in to comment.