We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d9bdd0 + 4b07788 commit 08652b8Copy full SHA for 08652b8
.github/workflows/pdfs-build-deployment.yml
@@ -78,14 +78,14 @@ jobs:
78
git add ./labs/telework-utah/downloads/telework-utah-lab.pdf
79
git commit -m "Add generated PDFs"
80
git push origin "new-pdf-branch-$current_time"
81
+ echo "::set-output name=branch_name::new-pdf-branch-$current_time"
82
83
- name: Create Pull Request
84
uses: peter-evans/create-pull-request@v3
85
with:
86
token: ${{ secrets.GITHUB_TOKEN }}
87
base: source
- # Use the current date and time in the branch name
88
- branch: "new-pdf-branch-$current_time"
+ branch: ${{ steps.create_branch.outputs.branch_name }}
89
title: "Add generated PDFs"
90
body: "This PR adds the newly generated PDFs."
91
0 commit comments