Skip to content

Commit

Permalink
Checkout repo before calling reusable action
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Aug 30, 2024
1 parent 7a4cfec commit 77f32aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
role-to-assume: "arn:aws:iam::${{ secrets[inputs.account_id] }}:role/${{ inputs.oidcrole }}-GithubActionsRole"
role-session-name: GithubActionsSession

- name: Checkout Code Repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Execute Architecture for instance
id: get_arch
uses: ./.github/actions/ssm_execute
Expand Down

0 comments on commit 77f32aa

Please sign in to comment.