Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Nov 24, 2024
1 parent 4f93672 commit 546ae0c
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/slim_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@ jobs:
- uses: ./.github/actions/setup-env
with:
PROD_ENV: ${{ secrets.PROD_ENV }}

- name: Find Current PR
uses: jwalton/gh-find-current-pr@master
id: findPr
- name: Set PR Number
if: success() && steps.findPr.outputs.number
run: echo "PR=${{ steps.findPr.outputs.pr }}" >> $GITHUB_ENV


- uses: 8BitJonny/[email protected]
id: PR

- run: echo "PR=${prNumber}" >> $GITHUB_ENV
if: steps.PR.outputs.pr_found == 'true'
env:
prNumber: ${{ steps.PR.outputs.number }}

- name: debug PR
run: ehco "$PR_schema"
env:
PR_schema: '"schema_name": "ci_PR_$PR"'

- name: Cache Python packages
uses: actions/cache@v3
Expand Down

0 comments on commit 546ae0c

Please sign in to comment.