Mapped step outputs to Job outputs

This commit is contained in:
AZMCode
2020-08-30 09:35:00 -04:00
committed by GitHub
parent 4d98739bea
commit a619d2f61d

View File

@@ -21,6 +21,10 @@ jobs:
# run: npm run test
Build:
runs-on: ubuntu-latest
outputs:
package-name: ${{ steps.packageInfo.package-name }}
package-version: ${{ steps.packageInfo.package-version }}
commit-msg: ${{ steps.packageInfo.package-name }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout Commit