Skip to content

Commit

Permalink
Merge branch '1.9' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 22, 2024
2 parents 3a0f338 + 74b6b79 commit 412816b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ jobs:
# gha-generate-matrix script.php will sanitise matrix outputs so they're safe to use within bash
outputs:
matrix: ${{ steps.generate-matrix.outputs.matrix }}


permissions:
contents: read
pull-requests: read

steps:
- name: Generate matrix
id: generate-matrix
Expand Down Expand Up @@ -169,6 +173,9 @@ jobs:
outputs:
latest_local_sha: ${{ steps.output-sha.outputs.latest_local_sha }}

permissions:
contents: read

steps:

- name: Checkout code
Expand Down

0 comments on commit 412816b

Please sign in to comment.