Skip to content

Commit

Permalink
Update github-actions.yml (#159)
Browse files Browse the repository at this point in the history
* Update github-actions.yml

Added a ping action to check credentials

* Update github-actions.yml
  • Loading branch information
mschaab-SA committed Jan 12, 2024
1 parent 2f2a248 commit f3cc678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
JF_USER: ${{ secrets.JFROG_USERNAME }}
JF_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
- run: |
jf rt ping
# This command adds a new server configuration to the JFrog CLI
- name: Create version for Artifactory
run: |
Expand Down

0 comments on commit f3cc678

Please sign in to comment.