Build(deps-dev): bump eslint from 9.13.0 to 9.17.0 #199
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test hash-calculator-action" | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ./ | |
id: hash | |
with: | |
input: pplanel | |
method: SHA512 | |
truncate: true | |
- name: print output | |
run: | | |
echo This is the output ${{steps.hash.outputs.digest}} |