You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common need when working with artifactory is consistently determining the build name. Numerous projects use ${{ github.event.repository.name }}-${{MAJOR}}.${{MINOR}}.x. It may be nice to create an action that does this.