File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 dockerfile : ./Action/Dockerfile
2121 image-name : post-to-medium-action
22- tags : latest v0.3.2
22+ tags : latest v0.3.3
2323 push-branches : main
2424 env :
2525 DOCKER_USERNAME : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The easiest way to use this action is to add the following into your workflow fi
4141 runs-on: ubuntu-latest
4242 steps:
4343 - name: Create Medium Post
44- uses: philips-software/post-to-medium-action@v0.3.2
44+ uses: philips-software/post-to-medium-action@v0.3.3
4545 with:
4646 integration_token: "${{ secrets.INTEGRATION_TOKEN }}"
4747 content: "content here"
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ outputs:
7676
7777runs :
7878 using : ' docker'
79- image : ' docker://ghcr.io/philips-software/post-to-medium-action:v0.3.2 '
79+ image : ' docker://ghcr.io/philips-software/post-to-medium-action:v0.3.3 '
8080 args :
8181 - ' --integration-token'
8282 - ${{ inputs.integration_token }}
You can’t perform that action at this time.
0 commit comments