Skip to content

Commit

Permalink
Use Calens GitHub action instead of docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy authored Sep 24, 2024
1 parent f467a9b commit 8bf3cec
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/calens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,16 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Generate Calens Changelog
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
ref: "master"
- name: Run Calens Docker
uses: addnab/docker-run-action@v1
- uses: actionhippie/calens@v1
with:
options: -v ${{github.workspace}}:/workspace -w /workspace
image: toolhippie/calens:latest
run: calens >| CHANGELOG.md
target: CHANGELOG.md
- uses: GuillaumeFalourd/[email protected]
with:
email: [email protected]
Expand Down

0 comments on commit 8bf3cec

Please sign in to comment.