Skip to content

Commit

Permalink
Merge pull request #61 from puppetlabs/maint-fix_github_env
Browse files Browse the repository at this point in the history
(maint) - Fix incorrect echo to github env
  • Loading branch information
david22swan authored Sep 27, 2023
2 parents 72713d6 + 34452fe commit d9b6837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: "export environment"
run: |
echo "PUPPET_GEM_VERSION=${{ inputs.puppet_gem_version }} >> $GITHUB_ENV"
echo "PUPPET_GEM_VERSION=${{ inputs.puppet_gem_version }}" >> $GITHUB_ENV
- name: "setup ruby"
uses: "ruby/setup-ruby@v1"
Expand Down

0 comments on commit d9b6837

Please sign in to comment.