Skip to content

Commit

Permalink
trying with composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanna Ahlskog committed Sep 26, 2023
1 parent f965241 commit 817e26b
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,22 @@ inputs:
required: true
default: 'Not working'

outputs:
readme-badges:
description: 'README badges text file'
#outputs:
# readme-badges:
# description: 'README badges text file'

#runs:
#using: node16
#main: dist/index.js
runs:
using: node16
main: dist/index.js
using: "composite"
steps:
- name: "Run script"
run: node ${{ github.action_path }}/dist/index.js
shell: bash
env:
urlUpdate: ${{ vars.URLUPDATECOMPLIANCESTATE }}
urlRead: ${{ vars.URLREADTOREADME }}
urlDashboard: ${{ vars.URLDASHBOARD }}
readToReadMeKeyAcessKey: ${{ secrets.READTOREADMEACCESSKEY }}

0 comments on commit 817e26b

Please sign in to comment.