Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Feb 21, 2025
1 parent e69c813 commit f97ff65
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install Linux Dependencies
run: |
sudo apt-get update
sudo apt-get install pip
- name: Install Python Dependencies
run: |
pip install PyGithub requests
Expand All @@ -48,6 +43,8 @@ jobs:
GITHUB_TOKEN_2: ${{ secrets.TIMESCALEDB_AUTOMATION_TOKEN_2 }}
GITHUB_TOKEN_3: ${{ secrets.ORG_AUTOMATION_TOKEN }}
run: |
set -x
set +e
git remote add upstream "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git"
git fetch upstream
git fetch upstream "${GITHUB_REF}"
Expand Down

0 comments on commit f97ff65

Please sign in to comment.