Skip to content

Commit

Permalink
chore: reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Sep 26, 2023
1 parent fb6199b commit aa7794a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/runE2ETest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
path: ./salesforcedx-vscode
ref: ${{ github.event.ref }}
ref: 'main'
token: ${{ secrets.IDEE_GH_TOKEN }}
- name: Git Config action
uses: ./.github/actions/gitConfig
with:
email: ${{ secrets.IDEE_GH_EMAIL }}
- name: Checkout
uses: actions/checkout@v3
with:
path: ./salesforcedx-vscode
ref: ${{ github.event.ref }}
token: ${{ secrets.IDEE_GH_TOKEN }}
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit aa7794a

Please sign in to comment.