Skip to content

Commit

Permalink
Experimenting calling sfdx publish action - Try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jag-j committed Jan 30, 2020
1 parent 593a22e commit b826ff2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Hello world action step
id: hello
uses: actions/hello-world-javascript-action@v1
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"
- name: SFDX Publish Action Step
id: publish-action
uses: jag-sfdc/sfdx-publish-action@master

0 comments on commit b826ff2

Please sign in to comment.