Skip to content

Commit

Permalink
fix workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi authored Aug 8, 2023
1 parent 740ea2b commit cd0af93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/generate-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
uses: actions/checkout@v3

- name: Generate 🏭
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp -a _skeleton/ _generate/
pip3 install -U PyGithub
pip3 install -U 'PyGithub==1.*'
./generate.py _generate/
- name: Deploy 🚀
Expand Down

0 comments on commit cd0af93

Please sign in to comment.