Skip to content

Commit

Permalink
use env in next step
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Aug 14, 2024
1 parent 3f573c5 commit 9d899a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Push changes and create pull request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADDED_FILES: ${{ env.ADDED_FILES }}
REMOVED_FILES: ${{ env.REMOVED_FILES }}
run: |
BRANCH_NAME="auto-build-$(date +%s)"
git checkout -b "$BRANCH_NAME"
Expand All @@ -65,6 +67,6 @@ jobs:
Relayers added:
$ADDED_FILES
Relayers added:
Relayers removed:
$REMOVED_FILES
"

0 comments on commit 9d899a5

Please sign in to comment.