Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BX-Telegram
docker_test
Commits
5fc035b6
Commit
5fc035b6
authored
1 year ago
by
GianlucaOberreit
Committed by
Gianluca OBERREIT
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update committee_creation.yml
parent
b7c3855c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/committee_creation.yml
+0
-11
0 additions, 11 deletions
.github/workflows/committee_creation.yml
with
0 additions
and
11 deletions
.github/workflows/committee_creation.yml
+
0
−
11
View file @
5fc035b6
...
...
@@ -21,17 +21,6 @@ jobs:
sed "s/class example/class $branch_name/g" src/Committees/example.py > "src/Committees/${branch_name}.py"
shell
:
bash
-
name
:
Commit and Push Changes
run
:
|
branch_name=${{ github.ref }}
branch_name=${branch_name#refs/heads/committee/}
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add "./src/committee/${branch_name}.py"
git commit -m "Add ${branch_name}.py"
git push origin $branch_name
shell
:
bash
-
name
:
Create Committee Team
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment