Skip to content

Commit

Permalink
Update git-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yewoniiii authored Dec 3, 2024
1 parent 4d0324c commit b15cf2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
- name: Install mustache (to update the date)
run: apk add ruby && gem install mustache
- name: creates output
run: sh ./build.sh
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@v2
uses: cpina/github-action-push-to-another-repository@v1
env:
API_TOKEN_GITHUB: ${{ secrets.YEWON_GITHUB_KEY }}
with:
Expand Down

0 comments on commit b15cf2c

Please sign in to comment.