Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rediris committed Jan 14, 2025
1 parent a447b4d commit 77e5ded
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
name: Automatic PR
env:
TEMP_BRANCH: ${{ vars.TEMP_BRANCH }}
BASE_BRANCH: ${{ vars.BASE_BRANCH }}
DEST_BRANCH: ${{ vars.DEST_BRANCH }}
CI_COMMIT_AUTHOR: ${{ vars.CI_COMMIT_AUTHOR }}
CI_COMMIT_EMAIL: ${{ vars.CI_COMMIT_EMAIL }}
TEMP_BRANCH: {{ vars.TEMP_BRANCH }}
BASE_BRANCH: {{ vars.BASE_BRANCH }}
DEST_BRANCH: {{ vars.DEST_BRANCH }}
CI_COMMIT_AUTHOR: {{ vars.CI_COMMIT_AUTHOR }}
CI_COMMIT_EMAIL: {{ vars.CI_COMMIT_EMAIL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: checkout specific files
Expand Down

0 comments on commit 77e5ded

Please sign in to comment.