Skip to content

Commit

Permalink
Merge branch 'master' into fix-checkout-pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
cosa65 authored Aug 4, 2023
2 parents 1735c92 + 10e48ca commit 7545cdf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
release:
types:
- released
pull_request:
pull_request_target:
branches:
- master
jobs:
Expand Down Expand Up @@ -220,9 +220,11 @@ jobs:
matrix:
environment: ['production', 'staging', 'develop']
steps:
- id: checkout
name: Check out source code
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head_ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: setup-aws
name: Configure AWS credentials
Expand Down

0 comments on commit 7545cdf

Please sign in to comment.