Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavisontakke committed Feb 7, 2025
1 parent 4be6129 commit 869f632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/abi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:

steps:

- name: Checkout TimescaleDB
- name: Checkout TimescaleDB
uses: actions/checkout@v4

- name: Set BRANCH as per environment
- name: Set BRANCH as per environment
run: |
if [[ "${{ matrix.env }}" == "staging" ]] ;
then
Expand All @@ -78,7 +78,7 @@ jobs:
echo "BRANCH="${{ matrix.env.BRANCH }}"" >> $GITHUB_ENV
fi
- name: Checkout TimescaleDB
- name: Checkout TimescaleDB
uses: actions/checkout@v4
with:
ref: ${{ env.BRANCH }}
Expand Down

0 comments on commit 869f632

Please sign in to comment.