Skip to content

Commit

Permalink
corrected var name
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 26, 2024
1 parent 0e5d221 commit ceb1293
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,18 @@
# - name: Run ochange
# id: ochange
# run: |
# ochange process-issue ${{ env.resource }} \
# cmd="ochange process-issue ${{ env.resource }} \
# -r ${{ steps.gh-script-repo.outputs.result }} \
# -n ${{ steps.gh-script-issue.outputs.result }} \
# -g ${{ secrets.GH_TOKEN }} \
# -p PREFIX_OF_RESOURCE \
# -c ${{ needs.check.outputs.commentId }}
# -p MONDO"

# if [ "${{ needs.check.outputs.commentId }}" != "null" ]; then
# cmd="$cmd -c ${{ needs.check.outputs.commentId }}"
# fi

# echo "Running command: $cmd"
# eval $cmd

# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit ceb1293

Please sign in to comment.