You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What GitHub Actions topic or product is this about?
Workflow Configuration
Discussion Details
I want to setup a workflow that performs the following steps:
Checkout the repository and a remote repository containing a robots.txt with known AI crawler User-Agents
Check if the robots.txt of the own repository is outdated compared to the remote one (has a difference)
If there is a difference, copy over the remote robots.txt, commit and push the changes.
If there is no change, do nothing.
I did setup such a workflow on a separate git host that uses a workflow system not unlike GitHub Actions.
However, there I used a separate account (due to a lack of a "bot" account system) while I would like to use a GitHub App here.
I've followed this docs page to setup an App and use it in a workflow.
And by the looks of it is the workflow I currently have (source) working. But, I've noticed two majore inconveniences I would like to fix:
The other action (Deploy Site) is not being triggered by this action, despite the commit being made by a (bot) user and not the GitHub Actions user. I want to have the action triggered to update the deployment.
The commit displays my Account as the committer, due to the usage of the e-mail associated with me. I would like to have the App account be displayed here instead.
I would like some assistance to try and fix these issues now.
ActionsBuild, test, and automate your deployment pipeline with world-class CI/CDQuestionAsk and answer questions about GitHub features and usageWorkflow ConfigurationTopics about workflow files, YAML setup, job dependencies, and general workflow configuration issuesMiscGeneral discussions about GitHub Actions that don't fit other found themes.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Workflow Configuration
Discussion Details
I want to setup a workflow that performs the following steps:
I did setup such a workflow on a separate git host that uses a workflow system not unlike GitHub Actions.
However, there I used a separate account (due to a lack of a "bot" account system) while I would like to use a GitHub App here.
I've followed this docs page to setup an App and use it in a workflow.
And by the looks of it is the workflow I currently have (source) working. But, I've noticed two majore inconveniences I would like to fix:
I would like some assistance to try and fix these issues now.
Beta Was this translation helpful? Give feedback.
All reactions