We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ff334 commit 1116195Copy full SHA for 1116195
.github/workflows/ruby-workflow.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@v4
49
with:
50
repository: 'authorizenet/sample-code-ruby'
51
- ref: 'future' # Remove this line before pushing to master branch
+ ref: 'master'
52
path: ${{env.sample_code_ruby}}
53
54
0 commit comments