Skip to content

Commit

Permalink
update input description
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
  • Loading branch information
i5okie committed Feb 5, 2025
1 parent 5358bb1 commit 597ea84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_vc_authn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
ref:
description: 'Branch or SHA to deploy'
description: 'Branch or full SHA to deploy'
required: false
default: 'main'

Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Checkout acapy-vc-authn-oidc
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: openwallet-foundation/acapy-vc-authn-oidc
fetch-depth: 0
Expand Down

0 comments on commit 597ea84

Please sign in to comment.