Skip to content

Commit

Permalink
github flow to checkout main + env
Browse files Browse the repository at this point in the history
  • Loading branch information
wizhaaa committed Oct 23, 2024
1 parent 60c036d commit 3d43cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
warn-big-diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: cornell-dti/big-diff-warning@master
- uses: actions/checkout@main
- uses: cornell-dti/big-diff-warning@main
env:
BOT_TOKEN: "${{ secrets.BOT_TOKEN }}"
OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}"
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Set up Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 3d43cc0

Please sign in to comment.