Skip to content

Commit 593a22e

Browse files
committed
Experimenting calling sfdx publish action - Try 2
1 parent 241108e commit 593a22e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ jobs:
1717
run: |
1818
echo Add other actions to build,
1919
echo test, and deploy your project.
20-
- name: Run publish script
21-
uses: jag-sfdc/sfdx-publish-action@master
20+
- name: Hello world action step
21+
id: hello
22+
uses: actions/hello-world-javascript-action@v1
23+
with:
24+
who-to-greet: 'Mona the Octocat'
25+
# Use the output from the `hello` step
26+
- name: Get the output time
27+
run: echo "The time was ${{ steps.hello.outputs.time }}"

0 commit comments

Comments
 (0)